aboutsummaryrefslogtreecommitdiffstats
path: root/net/http/parser.lua
Commit message (Expand)AuthorAgeFilesLines
* net.http: Pass error all the way to callbackKim Alvefur2017-04-021-1/+1
* net.http.parser: Don't collapse buffer when expecting a chunk and not enough ...Kim Alvefur2016-08-261-0/+3
* net.http.parser: Fix missing buffer length adjustment when parsing chunked st...Kim Alvefur2016-08-261-0/+1
* Merge 0.9->0.10Kim Alvefur2016-08-181-7/+26
|\
| * net.http.parser: Allow limits to be configurable via options callbackKim Alvefur2016-08-181-2/+2
| * net.http.parser: Add a limit on maximum buffer size, default to 20MKim Alvefur2016-08-181-0/+2
| * net.http.parser: Add a limit on content length, default to 10MKim Alvefur2016-08-181-0/+2
| * net.http.parser: Buffer into a table to reduce GC pressure, collapse to strin...Kim Alvefur2016-08-131-7/+22
* | net.http.parser: Remove unused argument [luacheck]Kim Alvefur2016-08-131-1/+1
|/
* net.http.parser: Fix whitespace/indentationMatthew Wild2014-11-181-5/+5
* net.http.parser: Fix chunked encoding parsing across packet boundaries.daurnimator2014-11-101-1/+1
* net.http.parser: Support status code 101 and allow handling of the received d...Matthew Wild2014-09-031-1/+5
* net.http.parser: Remove accidentally-committed debuggingMatthew Wild2013-04-151-1/+0
* net.http.parser: Fix off-by-one error in chunked encoding parserMatthew Wild2013-04-151-1/+2
* net.http.parser: Fix chunked encoding response parsing, and make it more robustMatthew Wild2013-04-111-15/+20
* net.http.parser: Convert status_code to a number before trying to compare it ...Matthew Wild2013-04-111-0/+1
* net.http.parser: Break when no more usable data in buffer (client part of e5e...Matthew Wild2013-04-111-0/+2
* net.http.parser: Depend on util.http instead of net.http for urlencodeMatthew Wild2013-04-111-1/+1
* net.http.parser: Ensure full URL in status line contains a path.Waqas Hussain2013-02-081-1/+1
* net.http.parser: Fix traceback on invalid URL in status line.Waqas Hussain2013-02-081-0/+1
* net.http.parser: Abort if no status line is received.Kim Alvefur2013-01-081-0/+1
* net.http.parser: Skip url.parse when we don't have a full URL (also fixes tra...Waqas Hussain2012-12-211-1/+8
* net.http.parser: Fix syntax error introduced in c5edb08fc7cb.Waqas Hussain2012-12-031-1/+1
* net.http.parser: Collapse multiple consecutive slashes in a path to a single ...Matthew Wild2012-11-291-1/+1
* net.http.parser: Break loop when no more usable data in bufferMatthew Wild2012-05-251-0/+2
* net.http.parser: Keep the Host header no host is present in the URIKim Alvefur2012-05-151-1/+1
* net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.quer...Matthew Wild2012-05-121-5/+7
* mod_http_files, net.http.parser: Move path normalization to net.http.parser s...Matthew Wild2012-04-261-1/+19
* net.http.parser: Handle full URLs in status line.Waqas Hussain2012-04-261-1/+6
* net.http.{server|codes|parser}: Initial commit.Waqas Hussain2012-04-081-0/+116