]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: h2: wake the processing task up after demuxing
authorWilly Tarreau <w@1wt.eu>
Sun, 25 Nov 2018 07:45:16 +0000 (08:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Nov 2018 07:52:11 +0000 (08:52 +0100)
commit1ed87b77b43253dc6ea6e6211e2d8ec935a88769
tree6b4f50aa6742f8c6e78bc536341b216d7d51321a
parentee23b2a1e34ceb0b5c2b608b8d48d5a826d6f63e
BUG/MEDIUM: h2: wake the processing task up after demuxing

After the changes to the connection layer in 1.9, some wake up calls
need to be introduced to re-activate reading from the connection. One
such place is at the end of h2_process_demux(), otherwise processing
of input data stops after a few frames.

No backport is needed.
src/mux_h2.c