MINOR: proto_htx: Add function to handle the header "Expect: 100-continue"
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Mar 2019 10:19:40 +0000 (11:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Mar 2019 08:51:38 +0000 (09:51 +0100)
commit4a28a536a3d0f01d10a1f30ae64acb0e76d13bfc
tree32f19ee6aee11f55f4504afa4844e85dc41ebf43
parent87451fd0bfbaa31e2b1ebf3647ab1d4a914fc154
MINOR: proto_htx: Add function to handle the header "Expect: 100-continue"

The function htx_handle_expect_hdr() is now responsible to search the header
"Expect" and send the corresponding response if necessary.
src/proto_htx.c