BUG/MINOR: mux-h1: Release idle server H1 connection if data are received
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Apr 2021 17:57:43 +0000 (19:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 21 Apr 2021 08:13:38 +0000 (10:13 +0200)
commitd29ab4d43e7ec651fa034eb40228c2ec5fe101d9
tree7467c65e831d4b0bba2e0bdd2c5eea6cb67a901c
parent5d5d615d891f7e45626be7348f765d31364cd358
BUG/MINOR: mux-h1: Release idle server H1 connection if data are received

When data are received on an idle H1 connection on server side, we must take
care to release the connection. Most of time, it will be a
408-Request-Time-out response. But, in all cases, these data should never be
processed as a response to a client.

There is no upstream ID because the 2.4 is not affected by this bug. It must
be backported as far as 2.0.
src/mux_h1.c