]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-interface: no need to call fd_stop_both() on error
authorWilly Tarreau <w@1wt.eu>
Tue, 21 Jan 2014 09:30:08 +0000 (10:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 23:42:31 +0000 (00:42 +0100)
commit798c3c9c4161576835fe89ca13bf59040645c924
treec84df6593be7de4b36af7cbba3184df9bb48d11d
parent708e71725160b2ab10c84045f0e56a3c8ba99518
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").
src/stream_interface.c