commit | 87451fd0bfbaa31e2b1ebf3647ab1d4a914fc154 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 01 11:16:34 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 19 09:50:54 2019 +0100 |
tree | c7baf2b517f2526e7c63a6fa82042245aa0c86a0 | |
parent | 56a3d6e1f1aa35081f42dfa2e40b050b5a7b5dea [diff] |
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.