Software /
code /
prosody
Changeset
11029:5550fc5e83f3
net.http.parser: Fix indentation
Probably due to a rebase/merge with a merge tool that ignores
whitespace. Happens all the time to me :(
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 20 Aug 2020 16:43:27 +0200 |
parents | 11028:d7a403060946 |
children | 11030:388f599f66d1 |
files | net/http/parser.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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