Merge pull request #259 from remakeelectric/multi-chunk-for-bb
luci.http.protocol: Allow posts to contain more than a single chunk
This commit is contained in:
commit
ea67bd1ec0
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ function parse_message_body( src, msg, filecb )
|
|||
|
||||
if not ok and err then
|
||||
return nil, err
|
||||
elseif not err then
|
||||
elseif not ok then -- eof
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue