mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.http.parser: Fix indentation
Probably due to a rebase/merge with a merge tool that ignores whitespace. Happens all the time to me :(
This commit is contained in:
parent
9115d2a366
commit
031a8d8e64
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ function httpstream.new(success_cb, error_cb, parser_type, options_cb)
|
|||
if chunked and not packet.body_sink then
|
||||
success_cb(packet);
|
||||
if not packet.body_sink then
|
||||
packet.body_buffer = dbuffer.new(buflimit);
|
||||
end
|
||||
packet.body_buffer = dbuffer.new(buflimit);
|
||||
end
|
||||
end
|
||||
state = true;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue