commit | cc3fec8ac93f2f7d00ddabe0eba4b68a43285d1a | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Jul 26 15:11:11 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Fri Jul 26 17:13:17 2019 +0200 |
tree | 6e3aadf23473483931dce6b5a851c40861791152 | |
parent | 41f638c1eb8167bb473a6c8811d7fd70d7c06e07 [diff] |
MEDIUM: h1: Don't try to subscribe if we managed to read data. In h1_recv(), don't subscribe if we managed to receive data. We may not have to, if we received a complete request, and a new receive will be attempted later, as the tasklet is woken up either by h1_rcv_buf() or by h1_detach.