]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Provide the error body from a CONNECT response
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Sep 2022 12:10:10 +0000 (14:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Sep 2022 21:31:08 +0000 (23:31 +0200)
Spellchecked-by: Jay Satiro
Closes #9513
Closes #9581

docs/TODO

index 3cbd1d3788de0a4d3b07f30f8fb59f9bbee83e38..32910443572a2b5fc1b743a50b110fe6fdecd8ee 100644 (file)
--- 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
 
 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