prosody/net/http
Kim Alvefur fe97c773a6 net.http.server: Fix #1789
Unregistering the response before sending the trailer of the chunked
transfer encoding prevents opportunistic writes from being invoked and
running this code again when, which may cause an error when closing the
file handle a second time.

Normally the file size is known, so no chuck headers are sent.
2023-01-08 13:35:04 +01:00
..
codes.lua net.http.codes: Avoid implicit number -> string coercion 2019-11-01 23:18:29 +01:00
errors.lua net.http.errors: Add error class for DNS resolution failures (thanks SouL) 2020-12-11 10:15:30 +00:00
files.lua Merge 0.11->trunk 2020-04-26 20:49:31 +02:00
parser.lua Fix various spelling errors (thanks codespell) 2021-07-27 00:13:18 +02:00
server.lua net.http.server: Fix #1789 2023-01-08 13:35:04 +01:00