Changes since version 1.4.26 : Andrew Latham (1): DOC: Address issue where documentation is excluded due to a gitignore rule. Baptiste Assmann (2): DOC: usesrc root privileges requirements DOC: typo in 'redirect', 302 code meaning Christopher Faulet (1): BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth) Cyril Bonté (1): FIX: small typo in an example using the "Referer" header Jason Harvey (1): DOC: Fix L4TOUT typo in documentation Vincent Bernat (1): CLEANUP: don't ignore debian/ directory if present William Lallemand (1): BUG/MINOR: cfgparse: fix typo in 'option httplog' error message Willy Tarreau (12): BUG/MEDIUM: http: remove content-length from chunked messages DOC: http: update the comments about the rules for determining transfer-length BUG/MEDIUM: http: do not restrict parsing of transfer-encoding to HTTP/1.1 BUG/MEDIUM: http: incorrect transfer-coding in the request is a bad request BUG/MEDIUM: http: remove content-length form responses with bad transfer-encoding MEDIUM: http: restrict the HTTP version token to 1 digit as per RFC7230 BUG/MINOR: http: remove stupid HTTP_METH_NONE entry BUG/MAJOR: http: don't call http_send_name_header() after an error CLEANUP: config: make the errorloc/errorfile messages less confusing BUG/MINOR: config: check that tune.bufsize is always positive CLEANUP: .gitignore: ignore more test files CLEANUP: .gitignore: finally ignore everything but what is known.