mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
CURLOPT_HAPROXY_CLIENT_IP.md: emphasize reused connection use
Closes #20075
This commit is contained in:
parent
6b9c75e219
commit
230ee539e6
@ -40,6 +40,10 @@ previous ones. Set it to NULL to disable its use again.
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
|
||||
Note that if you want to send a *different* HAProxy client IP in a subsequent
|
||||
request, you need to make sure that it is done over a fresh connection as
|
||||
libcurl does not send it again while reusing connections.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
NULL, no HAProxy header is sent
|
||||
|
||||
Loading…
Reference in New Issue
Block a user