mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
net.http: Add missing log parameter
This commit is contained in:
parent
a4556fc67a
commit
28e3b19ca1
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ local function request_reader(request, data, err)
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue