]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: disable support for HTTP/0.9 by default
authorWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 11:47:08 +0000 (13:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 12:57:54 +0000 (14:57 +0200)
commit13317669d51d830b76055016c187bbc20bbd8398
tree13a36cbaa534aa21f62f99175a39f91e2762acf9
parent91852eb4280e5fbe63dcd9ea32c168d7516c6667
MEDIUM: http: disable support for HTTP/0.9 by default

There's not much reason for continuing to accept HTTP/0.9 requests
nowadays except for manual testing. Now we disable support for these
by default, unless option accept-invalid-http-request is specified,
in which case they continue to be upgraded to 1.0.
doc/configuration.txt
src/proto_http.c