Log

net/http/parser.lua @ 5463:111953bfe767

description author age
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
net.http.parser: Break loop when no more usable data in buffer Matthew Wild 2012-05-25
net.http.parser: Keep the Host header no host is present in the URI Kim Alvefur 2012-05-15
net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present) Matthew Wild 2012-05-12
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit Matthew Wild 2012-04-26
net.http.parser: Handle full URLs in status line. Waqas Hussain 2012-04-26
net.http.{server|codes|parser}: Initial commit. Waqas Hussain 2012-04-07