Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/httpbeast.nim
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ proc bodyInTransit(data: ptr Data): bool =
var trueLen = parseContentLength(data.data, start=0)

let bodyLen = data.data.len - data.headersFinishPos
assert(not (bodyLen > trueLen))
return bodyLen != trueLen

var requestCounter: uint = 0
Expand Down