commit | 1ed87b77b43253dc6ea6e6211e2d8ec935a88769 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 25 08:45:16 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 25 08:52:11 2018 +0100 |
tree | 6b4f50aa6742f8c6e78bc536341b216d7d51321a | |
parent | ee23b2a1e34ceb0b5c2b608b8d48d5a826d6f63e [diff] |
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.