summaryrefslogtreecommitdiffhomepage
path: root/modules/base/luasrc/http
AgeCommit message (Collapse)Author
2014-11-21luci.http.protocol: Allow posts to contain more than a single chunkKarl Palsson
The ltn12.pump.step() loop in parse_message_body was incorrectly testing for EOF, and returning after the first chunk, even if further chunks were available. The loop in parse_message_header made the correct check, and test code making raw ajax json posts now succeeds for posts >= 2048 bytes. Signed-off-by: Karl Palsson <karlp@remake.is>
2014-06-11Fix wrong directory in luci-baseJo-Philipp Wich