]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: session: handshake timeout (TCP)
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 15 Nov 2023 13:24:10 +0000 (14:24 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Nov 2023 16:31:42 +0000 (17:31 +0100)
commit373e40f0c109daa702de452c09f823f71536164e
treede470e6db9d8ee5f9b66b9ae239c213b6528265c
parent392640a61b27358080926c989d6d78cc1d1e50b4
MEDIUM: session: handshake timeout (TCP)

Adapt session_accept_fd() called on accept() to set the handshake timeout from
"hanshake-timeout" setting if set by configuration. If not set, continue to use
the "client" timeout setting.
src/session.c