]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: Handle subscribe by itself.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 20 May 2019 12:02:16 +0000 (14:02 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 5 Jun 2019 16:03:38 +0000 (18:03 +0200)
commitea8dd949e4ab7ddd94afdbf0e96087c883192217
tree01143761e4d1c1b49a4cd3b5701a19ebde695077
parentc3df4507fa9219dceb345663cc3f9975b5470dfc
MEDIUM: ssl: Handle subscribe by itself.

As the SSL code may have different needs than the upper layer, ie it may want
to receive when the upper layer wants to right, instead of directly forwarding
the subscribe to the underlying xprt, handle it ourself. The SSL code will
know remember any subscribe call, and wake the tasklet when it is ready
for more I/O.
include/types/connection.h
src/connection.c
src/ssl_sock.c