commit | 5f50f5e606763a70dd257e5c932d8ac0fe2e160a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 07 11:39:55 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 07 14:57:58 2018 +0100 |
tree | 8bbce866515596a7917aac0d44da6b13df7d31f5 | |
parent | 2e754bff2321fe8ec6ea5956224fd97613dd85e1 [diff] |
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.