mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-05 15:27:44 -04:00
|
Some checks are pending
Contrib / admin/halog/ (push) Waiting to run
Contrib / dev/flags/ (push) Waiting to run
Contrib / dev/haring/ (push) Waiting to run
Contrib / dev/hpack/ (push) Waiting to run
Contrib / dev/poll/ (push) Waiting to run
FreeBSD / clang (push) Waiting to run
VTest / Generate Build Matrix (push) Waiting to run
VTest / (push) Blocked by required conditions
Windows / Windows, gcc, all features (push) Waiting to run
The Linux tls module requires a socket to be in TCP_ESTABLISHED state before we can enable the TLS ULP on the socket, if the socket is in any other state, then the setsockopt() call will fail, and we won't use kTLS on that socket. To make sure we're not doing it too early, defer it until the TLS handshake is done, which means the TCP connection is established. This should be backported up to 3.3. Signed-off-by: Karol Kucharski <kkucharski@fastlogic.pl> |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||
| make | ||