From e05ad5dd996123bff31218fed54995216416b712 Mon Sep 17 00:00:00 2001 From: Aleks Date: Fri, 18 May 2018 17:47:47 +0200 Subject: docs: mention HAproxy protocol "version 1" ...as there's also a version 2. Closes #2579 --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') 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; -- cgit v1.2.3