Software /
code /
prosody
Comparison
.luacheckrc @ 13341:407174990ab0
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 24 Nov 2023 00:31:08 +0100 |
parent | 13310:7bc1cabb3c6c |
child | 13362:11e66ad894f0 |
comparison
equal
deleted
inserted
replaced
13340:92b7ccc76c3a | 13341:407174990ab0 |
---|