commit | 8989942cfc642a728233e575f9c6b1bf0890b411 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 07 18:24:43 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 28 16:36:40 2021 +0100 |
tree | da39aea61e099271a93ea8a76cf19c300108f57e | |
parent | 6e6c7b128454314cca50a7deaaf44326ad2c0953 [diff] |
BUG/MINOR: h2/mux-h2: Reject 101 responses with a PROTOCOL_ERROR h2s error As stated in the RFC7540, section 8.1.1, the HTTP/2 removes support for the 101 informational status code. Thus a PROTOCOL_ERROR is now returned to the server if a 101-switching-protocols response is received. Thus, the server connection is aborted. This patch may be backported as far as 2.0.