]> granicus.if.org Git - curl/commitdiff
checksrc: fix too long line
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 May 2018 15:56:18 +0000 (17:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 May 2018 15:56:18 +0000 (17:56 +0200)
follow-up to e05ad5d

src/tool_cfgable.h

index b4973c7fc9c219260cfa62ef00a971e6f0aae059..96618f8b1ffcd702f7f5b344bf27f4372b85dfaf 100644 (file)
@@ -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 v1 */
+  bool haproxy_protocol;          /* whether to send HAProxy protocol v1 */
   struct GlobalConfig *global;
   struct OperationConfig *prev;
   struct OperationConfig *next;   /* Always last in the struct */