Commit graph

7 commits

Author SHA1 Message Date
Matthew Wild
348becb569 net.http.parser: Allow configuration of the chunk size fed to the parser 2020-08-21 14:14:29 +01:00
Matthew Wild
efd66980fa net.http.parser: Switch tests so that CRLF conversion of input data is optional 2020-08-21 14:12:51 +01:00
Matthew Wild
8fa236e66f net.http.parser: Fix incorrect path in test 2020-08-21 13:49:10 +01:00
Matthew Wild
974d6a4679 net.http.parser: Add failing test for (large?) chunk-encoded responses 2020-08-21 13:41:51 +01:00
Kim Alvefur
eefe8a7688 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
Matthew Wild
eb854bf2fe net.http.parser tests: Expand tests to include validation of results 2019-12-09 12:43:32 +00:00
Waqas Hussain
f9ead37d00 Port tests to the busted test runner 2017-09-15 17:07:57 -04:00