mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
parent
985c184d5b
commit
4c0206f90b
@ -3023,10 +3023,8 @@ CURLcode Curl_http(struct Curl_easy *data, bool *done)
|
|||||||
if(!data->state.aptr.accept_encoding)
|
if(!data->state.aptr.accept_encoding)
|
||||||
return CURLE_OUT_OF_MEMORY;
|
return CURLE_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
Curl_safefree(data->state.aptr.accept_encoding);
|
Curl_safefree(data->state.aptr.accept_encoding);
|
||||||
data->state.aptr.accept_encoding = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef HAVE_LIBZ
|
#ifdef HAVE_LIBZ
|
||||||
/* we only consider transfer-encoding magic if libz support is built-in */
|
/* we only consider transfer-encoding magic if libz support is built-in */
|
||||||
|
Loading…
Reference in New Issue
Block a user