commit | 4e61096e306ee9da46fb2db4dcef784587323272 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 14 11:23:50 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 14 11:57:06 2022 +0200 |
tree | 00e82605b1c5e26ea055cfca3007473e74133f28 | |
parent | 7c452ccbff8261ead35c1bd8c932a8d4e4a3e451 [diff] |
MINOR: muxes: Don't handle proto upgrade for muxes not supporting it Several muxes (h2, fcgi, quic) don't support the protocol upgrade. For these muxes, there is no reason to have code to support it. Thus in the destroy callback, there is now a BUG_ON() and the release function is simplified because the connection is always owned by the mux..