badger review changes

This commit is contained in:
User 2025-08-08 14:18:04 +03:00 committed by nevakrien
parent 16bb5d7f5d
commit 613ffdfe12
2 changed files with 6 additions and 14 deletions

View file

@ -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;