From: Daniel Stenberg Date: Fri, 23 Sep 2022 12:10:10 +0000 (+0200) Subject: TODO: Provide the error body from a CONNECT response X-Git-Tag: curl-7_86_0~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6fc1f544dd8e266461f365283c2d7c35c70b13c;p=thirdparty%2Fcurl.git TODO: Provide the error body from a CONNECT response Spellchecked-by: Jay Satiro Closes #9513 Closes #9581 --- diff --git a/docs/TODO b/docs/TODO index 3cbd1d3788..3291044357 100644 --- a/docs/TODO +++ b/docs/TODO @@ -70,6 +70,7 @@ 4.7 STAT for LIST without data connection 5. HTTP + 5.1 Provide the error body from a CONNNECT response 5.2 Set custom client ip when using haproxy protocol 5.3 Rearrange request header order 5.4 Allow SAN names in HTTP/2 server push @@ -565,6 +566,15 @@ 5. HTTP +5.1 Provide the error body from a CONNNECT response + + When curl receives a body response from a CONNECT request to a proxy, it will + always just read and ignore it. It would make some users happy if curl + instead optionally would be able to make that responsible available. Via a new + callback? Through some other means? + + See https://github.com/curl/curl/issues/9513 + 5.2 Set custom client ip when using haproxy protocol This would allow testing servers with different client ip addresses (without