CURLOPT_HAPROXY_CLIENT_IP.md: emphasize reused connection use

Closes #20075
This commit is contained in:
Daniel Stenberg 2025-12-22 22:36:23 +01:00
parent 6b9c75e219
commit 230ee539e6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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