commit | 798c3c9c4161576835fe89ca13bf59040645c924 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 21 10:30:08 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 26 00:42:31 2014 +0100 |
tree | c84df6593be7de4b36af7cbba3184df9bb48d11d | |
parent | 708e71725160b2ab10c84045f0e56a3c8ba99518 [diff] |
MINOR: stream-interface: no need to call fd_stop_both() on error We don't need to call fd_stop_both() since we already call conn_cond_update_polling() which will do it. This call was introduced by commit d29a066 ("BUG/MAJOR: connection: always recompute polling status upon I/O").