Log

net/http/parser.lua @ 7236:3304a04281d6

description author age
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
net.http.parser: Convert status_code to a number before trying to compare it to numbers Matthew Wild 2013-04-11
net.http.parser: Break when no more usable data in buffer (client part of e5ec60dfb202) Matthew Wild 2013-04-11
net.http.parser: Depend on util.http instead of net.http for urlencode Matthew Wild 2013-04-11
net.http.parser: Ensure full URL in status line contains a path. Waqas Hussain 2013-02-07
net.http.parser: Fix traceback on invalid URL in status line. Waqas Hussain 2013-02-07
net.http.parser: Abort if no status line is received. Kim Alvefur 2013-01-08
net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//'). Waqas Hussain 2012-12-21
net.http.parser: Fix syntax error introduced in c5edb08fc7cb. Waqas Hussain 2012-12-03
net.http.parser: Collapse multiple consecutive slashes in a path to a single slash Matthew Wild 2012-11-29