Kim Alvefur
031a8d8e64
net.http.parser: Fix indentation
...
Probably due to a rebase/merge with a merge tool that ignores
whitespace. Happens all the time to me :(
2020-08-20 16:43:27 +02:00
Kim Alvefur
91d2ab9108
net.http.parser: Allow specifying sink for large request bodies
...
This enables uses such as saving uploaded files directly to a file on
disk or streaming parsing of payloads.
See #726
2020-08-01 18:41:23 +02:00
Kim Alvefur
64aa6a2a0e
net.http.parser: Switch to util.dbuffer for buffering incoming data
...
This is primarily a step towards saving uploads directly to files, tho
this should hopefully be more efficient than collapsing the entire
buffer to a single string every now and then.
2020-08-01 18:14:09 +02:00
Kim Alvefur
48bb417812
net.http.parser: Add TODO related to #726
2020-01-01 01:22:57 +01:00
Kim Alvefur
248ec3f834
net.http.parser: Silence warning about unused variable [luacheck]
2019-12-23 21:29:34 +01:00
Kim Alvefur
3e7bffe8c8
net.http: Pass error all the way to callback
2017-04-02 00:24:07 +02:00
Kim Alvefur
a206b98c0e
net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received
2016-08-26 16:42:14 +02:00
Kim Alvefur
ed2b537cbd
net.http.parser: Fix missing buffer length adjustment when parsing chunked streams
2016-08-26 16:39:04 +02:00
Kim Alvefur
860d3a58b8
Merge 0.9->0.10
2016-08-18 15:16:02 +02:00
Kim Alvefur
4fe3ec81e1
net.http.parser: Allow limits to be configurable via options callback
2016-08-18 14:50:06 +02:00
Kim Alvefur
bdae29d754
net.http.parser: Add a limit on maximum buffer size, default to 20M
2016-08-18 14:48:42 +02:00
Kim Alvefur
b50763dcf6
net.http.parser: Add a limit on content length, default to 10M
2016-08-18 14:47:58 +02:00
Kim Alvefur
47ed467f4f
net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed ( fixes #603 )
2016-08-13 20:19:08 +02:00
Kim Alvefur
0468aa76f1
net.http.parser: Remove unused argument [luacheck]
2016-08-13 15:09:43 +02:00
Matthew Wild
a5f74207fd
net.http.parser: Fix whitespace/indentation
2014-11-18 17:40:37 +00:00
daurnimator
d13b001832
net.http.parser: Fix chunked encoding parsing across packet boundaries.
2014-11-10 14:47:33 -05:00
Matthew Wild
43bc05285d
net.http.parser: Support status code 101 and allow handling of the received data by someone else
2014-09-03 18:49:41 +01:00
Matthew Wild
427b82db0f
net.http.parser: Remove accidentally-committed debugging
2013-04-15 21:25:59 +01:00
Matthew Wild
91b727be71
net.http.parser: Fix off-by-one error in chunked encoding parser
2013-04-15 21:21:57 +01:00
Matthew Wild
fec86f72cf
net.http.parser: Fix chunked encoding response parsing, and make it more robust
2013-04-11 20:01:03 +01:00
Matthew Wild
1ebc90c25b
net.http.parser: Convert status_code to a number before trying to compare it to numbers
2013-04-11 19:58:53 +01:00
Matthew Wild
70a407116f
net.http.parser: Break when no more usable data in buffer (client part of e5ec60dfb202)
2013-04-11 17:39:10 +01:00
Matthew Wild
2f31951668
net.http.parser: Depend on util.http instead of net.http for urlencode
2013-04-11 17:37:37 +01:00
Waqas Hussain
42c8d5bd24
net.http.parser: Ensure full URL in status line contains a path.
2013-02-08 00:27:59 +05:00
Waqas Hussain
4337cb5267
net.http.parser: Fix traceback on invalid URL in status line.
2013-02-08 00:18:40 +05:00
Kim Alvefur
a6731c13d1
net.http.parser: Abort if no status line is received.
2013-01-08 13:33:01 +01:00
Waqas Hussain
42907ced08
net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//').
2012-12-21 13:37:39 +05:00
Waqas Hussain
8714ad93a8
net.http.parser: Fix syntax error introduced in c5edb08fc7cb.
2012-12-03 10:01:06 +05:00
Matthew Wild
89d1d6cccf
net.http.parser: Collapse multiple consecutive slashes in a path to a single slash
2012-11-29 07:38:00 +05:00
Matthew Wild
1d00578154
net.http.parser: Break loop when no more usable data in buffer
2012-05-25 02:32:33 +01:00
Kim Alvefur
2a56213eeb
net.http.parser: Keep the Host header no host is present in the URI
2012-05-15 14:00:57 +02:00
Matthew Wild
6206f46784
net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present)
2012-05-12 03:09:52 +01:00
Matthew Wild
7c5c2aea2c
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit
2012-04-26 16:48:16 +01:00
Waqas Hussain
b0b093e726
net.http.parser: Handle full URLs in status line.
2012-04-26 20:07:13 +05:00
Waqas Hussain
06f2b0f3a4
net.http.{server|codes|parser}: Initial commit.
2012-04-08 04:09:33 +05:00