aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-08-29 19:59:33 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2026-08-30 08:46:47 +0200
commite21720da69f2a505bcd1405cc7e8b52d5649df55 (patch)
treeb37bd8a78ba484dd9987b306a50d391315f639ab /.github/workflows
parent827ae20771d34912a8f79b50dc68e6430945b9eb (diff)
downloadluasocket-e21720da69f2a505bcd1405cc7e8b52d5649df55.tar.gz
luasocket-e21720da69f2a505bcd1405cc7e8b52d5649df55.tar.bz2
luasocket-e21720da69f2a505bcd1405cc7e8b52d5649df55.zip
fix(receive): a receive 0 should immediately return, not block
The fix is slightly more complex because reading from a closed socket should still return a closed-error. fixes: #427 fixes: https://github.com/ledgetech/lua-resty-http/pull/313
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 229fcbf..d516568 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -49,4 +49,5 @@ jobs:
49 lua mimetest.lua 49 lua mimetest.lua
50 lua urltest.lua 50 lua urltest.lua
51 lua test_socket_error.lua 51 lua test_socket_error.lua
52 lua test_receive_zero.lua
52 kill %1 53 kill %1