]> git.ipfire.org Git - thirdparty/curl.git/commit
http09: disable HTTP/0.9 by default in both tool and library
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2019 07:45:23 +0000 (09:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2019 22:08:14 +0000 (00:08 +0200)
commita42b0957ab31c971a79bfe5542b3017fd834ac49
treec43f89dc79552d3255c2477037f246086e4b90d2
parent4173868f663c6fe7ecd1ba2abab20381002adc6b
http09: disable HTTP/0.9 by default in both tool and library

As the plan has been laid out in DEPRECATED. Update docs accordingly and
verify in test 1174. Now requires the option to be set to allow HTTP/0.9
responses.

Closes #4191
12 files changed:
docs/DEPRECATE.md
docs/cmdline-opts/http0.9.d
docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3
lib/url.c
src/tool_cfgable.c
tests/data/Makefile.inc
tests/data/test1174 [new file with mode: 0644]
tests/data/test1401
tests/data/test1402
tests/data/test1403
tests/data/test1404
tests/data/test1420