Skip to content

Commit

Permalink
TODO: Provide the error body from a CONNECT response
Browse files Browse the repository at this point in the history
Spellchecked-by: Jay Satiro

Closes curl#9513
Closes curl#9581
  • Loading branch information
bagder committed Sep 23, 2022

Verified

This commit was signed with the committer’s verified signature.
1 parent 9325ab2 commit a6fc1f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a6fc1f5

Please sign in to comment.