# HG changeset patch # User Kim Alvefur # Date 1597934607 -7200 # Node ID 5550fc5e83f31019560d27cc94e499551fbbba4b # Parent d7a403060946695e7fd37ad59271712be287c279 net.http.parser: Fix indentation Probably due to a rebase/merge with a merge tool that ignores whitespace. Happens all the time to me :( diff -r d7a403060946 -r 5550fc5e83f3 net/http/parser.lua --- a/net/http/parser.lua Thu Aug 20 15:22:19 2020 +0100 +++ b/net/http/parser.lua Thu Aug 20 16:43:27 2020 +0200 @@ -132,8 +132,8 @@ 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