commit | ea8dd949e4ab7ddd94afdbf0e96087c883192217 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon May 20 14:02:16 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Wed Jun 05 18:03:38 2019 +0200 |
tree | 01143761e4d1c1b49a4cd3b5701a19ebde695077 | |
parent | c3df4507fa9219dceb345663cc3f9975b5470dfc [diff] |
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.