aboutsummaryrefslogtreecommitdiffstats
path: root/spec/net_http_parser_spec.lua
Commit message (Expand)AuthorAgeFilesLines
* net.http.parser: Reject overlarge header section earlierKim Alvefur2023-08-231-0/+27
* 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
* 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
* 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