BUG/MINOR: ssl: do not call directly the conn_fd_handler from async_fd_handler
authorEmeric Brun <ebrun@haproxy.com>
Fri, 2 Jun 2017 15:54:06 +0000 (15:54 +0000)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Jun 2017 04:47:34 +0000 (06:47 +0200)
commitbbc165447e5b800df668a1010419ef8e2c48c124
tree43a21f18c5104defd890bab4813b167cc86bea73
parentb5e42a817b4b687c90ad9db12fe2bcd1652a00fe
BUG/MINOR: ssl: do not call directly the conn_fd_handler from async_fd_handler

This patch modifies the way to re-enable the connection from the async fd
handler calling conn_update_sock_polling instead of the conn_fd_handler.

It also ensures that the polling is really stopped on the async fd.
src/ssl_sock.c