Merge pull request #258 from remakeelectric/accept-multi-chunk-post

luci.http.protocol: Allow posts to contain more than a single chunk
This commit is contained in:
Jo-Philipp Wich 2014-11-22 19:21:26 +01:00
commit df61ddaf87

View file

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