commit | 0e367bbb01347567552d2d2fa2e388d4be49e720 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Sep 14 19:41:13 2018 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 26 14:21:54 2018 +0200 |
tree | f642972f84267808fc1d17380d863f4da62b8e07 | |
parent | 9cf4634a2b895bfe92ae47a1e4433aae1aa76065 [diff] |
BUG/MEDIUM: process_stream: Don't use si_cs_io_cb() in process_stream(). Instead of using si_cs_io_cb() in process_stream() use si_cs_send/si_cs_recv instead, as si_cs_io_cb() may lead to process_stream being woken up when it shouldn't be, and thus timeout would never get triggered.