commit | 04f8919a786ee40dadbf99d08ac627031da4671a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 16 09:41:07 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 16 10:03:12 2019 +0200 |
tree | 30d3510f4b663812c8802cee0fde599983c6eb5e | |
parent | 065118166c4026eaf942a433ca884a6ecec54176 [diff] |
MINOR: mux-h1: Force close mode for proxy responses with an unfinished request When a response generated by HAProxy is handled by the mux H1, if the corresponding request has not fully been received, the close mode is forced. Thus, the client is notified the connection will certainly be closed abruptly, without waiting the end of the request.