]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_http: Add function to handle the header "Expect: 100-continue"
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Mar 2019 10:16:34 +0000 (11:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Mar 2019 08:50:54 +0000 (09:50 +0100)
commit87451fd0bfbaa31e2b1ebf3647ab1d4a914fc154
treec7baf2b517f2526e7c63a6fa82042245aa0c86a0
parent56a3d6e1f1aa35081f42dfa2e40b050b5a7b5dea
MINOR: proto_http: Add function to handle the header "Expect: 100-continue"

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