mirror of
https://github.com/curl/curl.git
synced 2026-05-14 21:56:22 +03:00
CURLOPT_HAPROXYPROTOCOL.md: only sent for newly setup connections
Closes #21517
This commit is contained in:
parent
98d818cf2b
commit
94729ce4e4
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ send this header.
|
|||
This option is primarily useful when sending test requests to a service that
|
||||
expects this header.
|
||||
|
||||
Note that the HAProxy protocol message is only is sent over a freshly setup
|
||||
connection. A subsequent transfer that reuses a previous connection does not
|
||||
send it again.
|
||||
|
||||
Most applications do not need this option.
|
||||
|
||||
# DEFAULT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue