]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: hlua: Apply socket timeout on server side only
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Jul 2026 09:49:32 +0000 (11:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Jul 2026 09:49:36 +0000 (11:49 +0200)
commit55a1bb9e09a2cef900e4a87398719754babddf03
treeee312b225630f36791c96f1d93c0acea7da37a96
parent0a11d75c1bcea6a41f918c650ce44c8d6cf9f0de
BUG/MINOR: hlua: Apply socket timeout on server side only

In lua, the timeout that can be set on an Socket applet was applied on
client side and server side. In fact, it must only be applied on server
side, to apply a timeout on the connection. The client side is the applet.

This patch should fix the issue #3442. It must be backported to all
supported versions.
src/hlua.c