net.http: Pass error all the way to callback
|
Kim Alvefur |
Sun, 02 Apr 2017 00:24:07 +0200 |
net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received
|
Kim Alvefur |
Fri, 26 Aug 2016 16:42:14 +0200 |
net.http.parser: Fix missing buffer length adjustment when parsing chunked streams
|
Kim Alvefur |
Fri, 26 Aug 2016 16:39:04 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Thu, 18 Aug 2016 15:16:02 +0200 |
net.http.parser: Allow limits to be configurable via options callback
|
Kim Alvefur |
Thu, 18 Aug 2016 14:50:06 +0200 |
net.http.parser: Add a limit on maximum buffer size, default to 20M
|
Kim Alvefur |
Thu, 18 Aug 2016 14:48:42 +0200 |
net.http.parser: Add a limit on content length, default to 10M
|
Kim Alvefur |
Thu, 18 Aug 2016 14:47:58 +0200 |
net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603)
|
Kim Alvefur |
Sat, 13 Aug 2016 20:19:08 +0200 |
net.http.parser: Remove unused argument [luacheck]
|
Kim Alvefur |
Sat, 13 Aug 2016 15:09:43 +0200 |
net.http.parser: Fix whitespace/indentation
|
Matthew Wild |
Tue, 18 Nov 2014 17:40:37 +0000 |
net.http.parser: Fix chunked encoding parsing across packet boundaries.
|
daurnimator |
Mon, 10 Nov 2014 14:47:33 -0500 |
net.http.parser: Support status code 101 and allow handling of the received data by someone else
|
Matthew Wild |
Wed, 03 Sep 2014 18:49:41 +0100 |
net.http.parser: Remove accidentally-committed debugging
|
Matthew Wild |
Mon, 15 Apr 2013 21:25:59 +0100 |
net.http.parser: Fix off-by-one error in chunked encoding parser
|
Matthew Wild |
Mon, 15 Apr 2013 21:21:57 +0100 |
net.http.parser: Fix chunked encoding response parsing, and make it more robust
|
Matthew Wild |
Thu, 11 Apr 2013 20:01:03 +0100 |