prosody/net/http
Kim Alvefur f0ac919609 net.http.server: Don't pause early streaming uploads
Fixes that otherwise it would wait for the request to be done after
receiving the head of the request, when it's meant to select a target
for where to store the data, instead of waiting after receiving the
request for when the request has been handled.
2021-02-13 13:38:56 +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 net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets 2020-10-21 10:34:16 +01:00
server.lua net.http.server: Don't pause early streaming uploads 2021-02-13 13:38:56 +01:00