mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Curl_easy: remove req.maxfd - never used!
Introduced in 8b6314ccfb
, but not used anymore in current code. Unclear
since when.
Closes #3626
This commit is contained in:
parent
f1d915ea49
commit
4ff055530d
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user