]> granicus.if.org Git - curl/commit
CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol
authorLawrence Matthews <lmatthew@yelp.com>
Thu, 1 Dec 2016 12:05:04 +0000 (04:05 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Mar 2018 10:50:06 +0000 (11:50 +0100)
commit6baeb6df35d24740c55239f24b5fc4ce86f375a5
tree6a8ec40408e6827f40b750985517e575c89545fc
parent9572831b0470378c2f45f2891feb91dea19c16d7
CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol

Add --haproxy-protocol for the command line tool

Closes #2162
16 files changed:
docs/cmdline-opts/haproxy-protocol.d [new file with mode: 0644]
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/http.c
lib/setopt.c
lib/urldata.h
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c
tests/data/Makefile.inc
tests/data/test1455 [new file with mode: 0644]
tests/data/test1456 [new file with mode: 0644]