mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
fix out of memory handling issue
This commit is contained in:
parent
e9ffa9a3b8
commit
0d635a1119
@ -1170,7 +1170,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
|
||||
if(!host) {
|
||||
free(req_buffer);
|
||||
free(host_port);
|
||||
result = CURLE_OUT_OF_MEMORY;
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
}
|
||||
if(!checkheaders(data, "Proxy-Connection:"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user