mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:03:32 +03:00
urldata: remove proxy_connect_closed bit
The connections 'proxy_connect_closed' bit was not used any more. Remove it. Closes #14708
This commit is contained in:
parent
80f9fce56d
commit
9280bbea3f
3 changed files with 3 additions and 24 deletions
|
|
@ -3671,14 +3671,6 @@ CURLcode Curl_setup_conn(struct Curl_easy *data,
|
|||
return result;
|
||||
}
|
||||
|
||||
#ifndef CURL_DISABLE_PROXY
|
||||
/* set proxy_connect_closed to false unconditionally already here since it
|
||||
is used strictly to provide extra information to a parent function in the
|
||||
case of proxy CONNECT failures and we must make sure we do not have it
|
||||
lingering set from a previous invoke */
|
||||
conn->bits.proxy_connect_closed = FALSE;
|
||||
#endif
|
||||
|
||||
#ifdef CURL_DO_LINEEND_CONV
|
||||
data->state.crlf_conversions = 0; /* reset CRLF conversion counter */
|
||||
#endif /* CURL_DO_LINEEND_CONV */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue