]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: htx: 1xx messages are now part of the final reponses
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 May 2019 06:37:28 +0000 (08:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:30 +0000 (07:42 +0200)
commitb75b5eaf26c944e3406040bc2ae5e8f8ce0edc60
tree980c13a0b33ae66e39fc743b87a9e6f04da8da74
parenta61e97bcaeaa9128b27eb31c56850add036290fe
MEDIUM: htx: 1xx messages are now part of the final reponses

1xx informational messages (all except 101) are now part of the HTTP reponse,
semantically speaking. These messages are not followed by an EOM anymore,
because a final reponse is always expected. All these parts can also be
transferred to the channel in same time, if possible. The HTX response analyzer
has been update to forward them in loop, as the legacy one.
src/http_fetch.c
src/mux_h1.c
src/mux_h2.c
src/proto_htx.c