Log

net/http/parser.lua @ 8393:b6a7b83f8d87

description author age
net.http: Pass error all the way to callback Kim Alvefur 2017-04-01
net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received Kim Alvefur 2016-08-26
net.http.parser: Fix missing buffer length adjustment when parsing chunked streams Kim Alvefur 2016-08-26
Merge 0.9->0.10 Kim Alvefur 2016-08-18
net.http.parser: Allow limits to be configurable via options callback Kim Alvefur 2016-08-18
net.http.parser: Add a limit on maximum buffer size, default to 20M Kim Alvefur 2016-08-18
net.http.parser: Add a limit on content length, default to 10M Kim Alvefur 2016-08-18
net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603) Kim Alvefur 2016-08-13
net.http.parser: Remove unused argument [luacheck] Kim Alvefur 2016-08-13
net.http.parser: Fix whitespace/indentation Matthew Wild 2014-11-18
net.http.parser: Fix chunked encoding parsing across packet boundaries. daurnimator 2014-11-10
net.http.parser: Support status code 101 and allow handling of the received data by someone else Matthew Wild 2014-09-03
net.http.parser: Remove accidentally-committed debugging Matthew Wild 2013-04-15
net.http.parser: Fix off-by-one error in chunked encoding parser Matthew Wild 2013-04-15
net.http.parser: Fix chunked encoding response parsing, and make it more robust Matthew Wild 2013-04-11