]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: split hlua_applet_tcp_recv_yield() in two functions
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 21 Mar 2025 09:33:11 +0000 (10:33 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 3 Apr 2025 15:52:34 +0000 (17:52 +0200)
commit86d3cfdeeb8684b0e48aa4352813b7f5f26bbc76
tree1bde61390f382251e62edff5b2890992006f7607
parentc7cbfafa3853d973156bfa43de5c0c6950dfb289
MINOR: hlua: split hlua_applet_tcp_recv_yield() in two functions

Split hlua_applet_tcp_recv_yield() in order to create
hlua_applet_tcp_recv_try() helper function which does a single receive
attempt.
src/hlua.c