Commit graph

10 commits

Author SHA1 Message Date
Kim Alvefur
674b91b82b net.http.parser: Reject overlarge header section earlier
This case would eventually be rejected by the buffer size limit.
2023-08-23 12:18:34 +02:00
Matthew Wild
87ee5a2300 net.http.parser: Fix off-by-one error in chunk parser 2023-02-17 17:01:19 +00:00
Matthew Wild
0fd88a07a4 net.http.parser: Improve handling of responses without content-length
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.
2023-02-09 22:57:32 +00:00
Matthew Wild
54e37ffe8d net.http.parser: Allow configuration of the chunk size fed to the parser 2020-08-21 14:14:29 +01:00
Matthew Wild
76dd86054c net.http.parser: Switch tests so that CRLF conversion of input data is optional 2020-08-21 14:12:51 +01:00
Matthew Wild
70b697de98 net.http.parser: Fix incorrect path in test 2020-08-21 13:49:10 +01:00
Matthew Wild
076d8b698f net.http.parser: Add failing test for (large?) chunk-encoded responses 2020-08-21 13:41:51 +01: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
Matthew Wild
75ff6ee528 net.http.parser tests: Expand tests to include validation of results 2019-12-09 12:43:32 +00:00
Waqas Hussain
67293fc09f Port tests to the busted test runner 2017-09-15 17:07:57 -04:00