aboutsummaryrefslogtreecommitdiffstats
path: root/spec/net_http_parser_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.http.parser: Fix off-by-one error in chunk parserMatthew Wild2023-02-171-3/+50
|
* net.http.parser: Improve handling of responses without content-lengthMatthew Wild2023-02-091-3/+3
| | | | | | This ensures that we support responses without a content-length header, and allow streaming them through the streaming handler interface. An example of such a response would be Server-Sent Events streams.
* net.http.parser: Allow configuration of the chunk size fed to the parserMatthew Wild2020-08-211-1/+3
|
* net.http.parser: Switch tests so that CRLF conversion of input data is optionalMatthew Wild2020-08-211-7/+10
|
* net.http.parser: Fix incorrect path in testMatthew Wild2020-08-211-1/+1
|
* net.http.parser: Add failing test for (large?) chunk-encoded responsesMatthew Wild2020-08-211-0/+12
|
* net.http.parser: Allow specifying sink for large request bodiesKim Alvefur2020-08-011-3/+5
| | | | | | | This enables uses such as saving uploaded files directly to a file on disk or streaming parsing of payloads. See #726
* net.http.parser tests: Expand tests to include validation of resultsMatthew Wild2019-12-091-22/+86
|
* Port tests to the `busted` test runnerWaqas Hussain2017-09-151-0/+52