mirror of
https://github.com/curl/curl.git
synced 2026-08-26 03:53:32 +03:00
badger review changes
This commit is contained in:
parent
16bb5d7f5d
commit
613ffdfe12
2 changed files with 6 additions and 14 deletions
|
|
@ -3857,11 +3857,6 @@ CURLcode Curl_connect(struct Curl_easy *data,
|
|||
struct connectdata *conn;
|
||||
bool reused = FALSE;
|
||||
|
||||
#ifndef CURL_DISABLE_ALTSVC
|
||||
if(data->asi)
|
||||
data->asi->used = FALSE;
|
||||
#endif
|
||||
|
||||
*asyncp = FALSE; /* assume synchronous resolves by default */
|
||||
*protocol_done = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue