mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
http: make providing Proxy-Connection header not cause duplicated headers
Fixes test 1180 Bug: https://curl.se/mail/lib-2021-01/0095.html Reported-by: Fabian Keil Closes #6472
This commit is contained in:
parent
f451206266
commit
ea6ce0afad
@ -3123,6 +3123,7 @@ CURLcode Curl_http(struct Curl_easy *data, bool *done)
|
|||||||
#ifndef CURL_DISABLE_PROXY
|
#ifndef CURL_DISABLE_PROXY
|
||||||
(conn->bits.httpproxy &&
|
(conn->bits.httpproxy &&
|
||||||
!conn->bits.tunnel_proxy &&
|
!conn->bits.tunnel_proxy &&
|
||||||
|
!Curl_checkheaders(data, "Proxy-Connection") &&
|
||||||
!Curl_checkProxyheaders(data, conn, "Proxy-Connection"))?
|
!Curl_checkProxyheaders(data, conn, "Proxy-Connection"))?
|
||||||
"Proxy-Connection: Keep-Alive\r\n":"",
|
"Proxy-Connection: Keep-Alive\r\n":"",
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user