]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connections: Don't reset the polling flags in conn_fd_handler().
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 12 Sep 2018 15:12:53 +0000 (17:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:37:55 +0000 (17:37 +0200)
commit524344b4e0434b86d83869ef051f98d24505c08f
tree4b8c982e1935eaaab9e43f02ed066cf69250c2a6
parent931624a00b44f3a885cc3ec443b87dce22132334
MEDIUM: connections: Don't reset the polling flags in conn_fd_handler().

Resetting the polling flags at the end of conn_fd_handler() shouldn't be
needed anymore, and it will create problem when we won't handle send/recv
from conn_fd_handler() anymore.
src/connection.c