commit | 2177d96acd615af41932003c503b1a1f185ae088 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 05 08:39:14 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 14:33:14 2022 +0100 |
tree | 5d71334605da38b8273e73a29b2b611f2ace9290 | |
parent | 4e72b172d7c5433d319d37890221daa762de3bfb [diff] |
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().