CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 9 Sep 2021 12:51:26 +0000 (14:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Sep 2021 08:35:53 +0000 (10:35 +0200)
commit0fa8007102873337a8f95b97d2aa08af0992230b
treea884235d3d8d92c865f47823a6f1edca53081691
parentf079f44096cf78c18880e5b0d9279a168bd4b44e
CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload

Now, "Upgrade:" header is removed from such requests. Thus, the condition to
reject them is now useless and can be removed. Code to handle unimplemented
features is now unused but is preserved for future uses.

This patch may be backported to 2.4.
src/mux_h1.c