summaryrefslogtreecommitdiff
path: root/lib/urldata.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 /lib/urldata.h
parentccf85d4c2b1b2fac2f6cbac31d719bfa73b76ed2 (diff)
downloadcurl-e05ad5dd996123bff31218fed54995216416b712.tar.gz
docs: mention HAproxy protocol "version 1"
...as there's also a version 2. Closes #2579
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 7fae00fd9..b8e9ddd9b 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1676,7 +1676,7 @@ struct UserDefined {
bool stream_depends_e; /* set or don't set the Exclusive bit */
int stream_weight;
- bool haproxyprotocol; /* whether to send HAProxy PROXY protocol header */
+ bool haproxyprotocol; /* whether to send HAProxy PROXY protocol v1 header */
struct Curl_http2_dep *stream_dependents;