]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h1: Make sure to return 1 in h1_recv() when needed
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:06:28 +0000 (16:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:43:30 +0000 (16:43 +0100)
commitc386a8851e7e94179532213097d68b7288c5f3ce
treeeee24b569d36e0e89bfbd9266617a8f4043ed2e1
parent37e3607e3724287e64702bf198df6e1d2d38931c
MINOR: mux-h1: Make sure to return 1 in h1_recv() when needed

In h1_recv(), return 1 if we have data available, or if h1_recv_allowed()
failed, to be sure h1_process() is called. Also don't subscribe if our buffer
is full.
src/mux_h1.c