Software /
code /
prosody
Diff
net/http.lua @ 12883:0d5868a9e641
Merge 0.12->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 09 Feb 2023 22:58:01 +0000 |
parent | 12881:91baddaeea84 |
child | 12974:ba409c67353b |
line wrap: on
line diff
--- a/net/http.lua Thu Feb 09 22:34:05 2023 +0000 +++ b/net/http.lua Thu Feb 09 22:58:01 2023 +0000 @@ -94,7 +94,7 @@ r.body_length and ("%d bytes"):format(r.body_length) or "unknown length" ); if request.streaming_handler then - log("debug", "Request '%s': Streaming via handler"); + log("debug", "Request '%s': Streaming via handler", request.id); r.body_sink, finalize_sink = request.streaming_handler(r); end return;