daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
795 stars 81 forks source link

server:close() doesn't stop new streams being handled #122

Open daurnimator opened 6 years ago

daurnimator commented 6 years ago

It only closes the listening/accepting socket; it doesn't stop connections from handling new streams.