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

Move the SIGPIPE handling code to LuaMain #153

Closed Duckwhale closed 1 year ago

Duckwhale commented 1 year ago

Creating just one handler in the runtime regardless of TCP server instances makes it less likely there will be issues when creating multiple servers, or HTTP/WebSocket servers down the line.