]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Wake the task instead of calling h2_recv()/h2_process().
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 24 Sep 2018 16:02:03 +0000 (18:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 26 Sep 2018 12:21:54 +0000 (14:21 +0200)
commit61d322fa9e31e4b812048bcd32a4c630fbcca5f5
tree2aa76872d15dad3ef9c7dc7811af7c83394d0c45
parent21df6cc2f9e72a42b3d0673ffe1bb8304fdd0ac8
BUG/MEDIUM: h2: Wake the task instead of calling h2_recv()/h2_process().

In a number of cases, we may end up recursively calling h2_recv() via
h2_process(), so just wake the tasklet up instead.
src/mux_h2.c