]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h1: Set CS_FL_EOS when read0 is detected and no data are pending
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 7 Dec 2018 10:39:55 +0000 (11:39 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 7 Dec 2018 13:57:58 +0000 (14:57 +0100)
commit5f50f5e606763a70dd257e5c932d8ac0fe2e160a
tree8bbce866515596a7917aac0d44da6b13df7d31f5
parent2e754bff2321fe8ec6ea5956224fd97613dd85e1
MINOR: mux-h1: Set CS_FL_EOS when read0 is detected and no data are pending

In h1_process(), instead of setting CS_FL_REOS in this case, it is more accurate
to set CS_FL_EOS.
src/mux_h1.c