]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Don't handle subscribe for reads in h1_process_demux()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Oct 2022 06:39:14 +0000 (08:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Nov 2022 13:33:14 +0000 (14:33 +0100)
commit2177d96acd615af41932003c503b1a1f185ae088
tree5d71334605da38b8273e73a29b2b611f2ace9290
parent4e72b172d7c5433d319d37890221daa762de3bfb
MINOR: mux-h1: Don't handle subscribe for reads in h1_process_demux()

When the request headers are not fully received, we must subscribe the H1
connection for reads to be able to receive more data. This was performed in
h1_process_demux(). It is now perfoemd in h1_process_demux().
src/mux_h1.c