commit | d9ee788b7a3c1043fa66688267a8c1dc8e17084f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 21 17:45:45 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 28 16:27:15 2021 +0100 |
tree | 02f7a56f0fa5beef0cd724c37886fa87ffcb7455 | |
parent | ad4daf629e053b2be753d76b14d7bdca428e0eea [diff] |
MINOR: mux-h1: Wake up H1C after its creation if input buffer is not empty When a H1 connection is created, we now wakeup the H1C tasklet if there are some data in the input buffer. If not we only subscribe for reads. This patch is required to fix the TCP to H1 upgrades.