Unverified Commit 4ff05553 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_easy: remove req.maxfd - never used!

Introduced in 8b6314cc, but not used anymore in current code. Unclear
since when.

Closes #3626
parent f1d915ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1253,8 +1253,6 @@ static CURLcode multi_reconnect_request(struct Curl_easy *data)
static void do_complete(struct connectdata *conn)
{
  conn->data->req.chunk = FALSE;
  conn->data->req.maxfd = (conn->sockfd>conn->writesockfd?
                           conn->sockfd:conn->writesockfd) + 1;
  Curl_pgrsTime(conn->data, TIMER_PRETRANSFER);
}

+0 −1
Original line number Diff line number Diff line
@@ -584,7 +584,6 @@ struct SingleRequest {
  time_t timeofdoc;
  long bodywrites;
  char *buf;
  curl_socket_t maxfd;
  int keepon;
  char *location;   /* This points to an allocated version of the Location:
                       header data */