evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Add a standardized way for handling empty EOF chunks to the TCP Socket builtins #155

Closed rdw-software closed 1 year ago

rdw-software commented 1 year ago

This allows dealing with one-sided connection close events and similar things without having to hack the default implementation.