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:
Kim Alvefur 2020-08-20 16:43:27 +02:00
parent 9115d2a366
commit 031a8d8e64

View file

@ -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