mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:07:16 +03:00
http: enable haproxy support for hyper backend
This is done by having native code do the haproxy header output before hyper issues its request. The little downside with this approach is that we need the entire Curl_buffer_send() function built, which is otherwise not used for hyper builds. If hyper ends up getting native support for the haproxy protocols we can backpedal on this. Enables test 1455 and 1456 Closes #8034
This commit is contained in:
parent
ba0657c343
commit
6e061ae63a
3 changed files with 3 additions and 10 deletions
|
|
@ -59,8 +59,6 @@
|
|||
1021
|
||||
1156
|
||||
1417
|
||||
1455
|
||||
1456
|
||||
1525
|
||||
1526
|
||||
1527
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue