aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
authorAleks <al-git001@none.at>2018-05-18 17:47:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-18 17:48:40 +0200
commite05ad5dd996123bff31218fed54995216416b712 (patch)
tree224187715afc3b300bb1837db75d5caa10b339c9 /src/tool_cfgable.h
parentccf85d4c2b1b2fac2f6cbac31d719bfa73b76ed2 (diff)
docs: mention HAproxy protocol "version 1"
...as there's also a version 2. Closes #2579
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index 9abaa9d39..b4973c7fc 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -252,7 +252,7 @@ struct OperationConfig {
bool ssh_compression; /* enable/disable SSH compression */
long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds.
0 is valid. default: CURL_HET_DEFAULT. */
- bool haproxy_protocol; /* whether to send HAProxy PROXY protocol */
+ bool haproxy_protocol; /* whether to send HAProxy PROXY protocol v1 */
struct GlobalConfig *global;
struct OperationConfig *prev;
struct OperationConfig *next; /* Always last in the struct */