mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-04 02:21:03 +01:00
This is the non-blocking variant for AppletTCP:receive(). It doesn't take any argument, instead it tries to read as much data as available at once. If no data is available, empty string is returned. Lua documentation was updated.