prosody/net/http
Kim Alvefur c41d63004a net.http.server: Complete async waiter for non-persistent connections
Otherwise requests with Connection: close would be stuck in the async
wait that starts after the handle_request() call.

Together with the new async debugging, this makes the async thread stay
in the set of waiting runners forever, where previously it would simply
be garbage collected.
2023-11-24 00:31:08 +01:00
..
codes.lua net.http.codes: Refresh from registry, many refs now point to RFC9110 2022-06-13 18:41:13 +02:00
errors.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
files.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
parser.lua net: Prefix module imports with prosody namespace 2023-03-17 16:23:12 +01:00
server.lua net.http.server: Complete async waiter for non-persistent connections 2023-11-24 00:31:08 +01:00