commit | 7c42eacbe9cde1fd13834a9646ba1bf733242b97 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 17 14:33:47 2018 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 08 10:41:11 2018 +0200 |
tree | 3031d0844e03f187d7f2c74d0b7bb441bb97aaba | |
parent | 259e473ecc2a0f09b3d84b77db2c2b09738ad406 [diff] |
BUG/MEDIUM: stream_int: Don't check CO_FL_SOCK_RD_SH flag to trigger cs receive It is mandatory to be sure to process data blocked in the RX buffer of the conn_stream while the shutr/read0 was already processed. The stream interface doesn't need to rely on this flags because it already tests CS_FL_EOS.