summaryrefslogtreecommitdiff
path: root/tests/unit_node/http_test.ts
AgeCommit message (Expand)Author
2024-10-29Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)Yoshiya Hinosawa
2024-10-25fix(ext/node): refactor http.ServerResponse into function class (#26210)Nicola Bovolato
2024-10-17fix(node/http): normalize header names in `ServerResponse` (#26339)Nathan Whitaker
2024-10-16fix(ext/node): fix dns.lookup result ordering (#26264)Yoshiya Hinosawa
2024-09-05fix(ext/node): close upgraded socket when the underlying http connection is c...Yoshiya Hinosawa
2024-08-30test(ext/node): check hostname option has precedence over host option (#25292)Yoshiya Hinosawa
2024-08-21fix(ext/node): pass content-disposition header as string instead of bytes (#2...Satya Rohith
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-18fix(node/http): wrong `req.url` value (#25081)Marvin Hagemeister
2024-08-12fix(ext/node): don't concat set-cookie in ServerResponse.appendHeader (#25000)Luca Casonato
2024-08-08fix(ext/node): client closing streaming request shouldn't terminate http serv...Satya Rohith
2024-07-27test(ext/node): reduce http_test flakiness (#24742)Yoshiya Hinosawa
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-24fix(ext/node/net): emit `error` before `close` when connection is refused (#2...Yoshiya Hinosawa
2024-07-16fix(ext/node): http request uploads of subarray of buffer should work (#24603)Satya Rohith
2024-07-10fix(node/http): don't send destroyed requests (#24498)Marvin Hagemeister
2024-07-10fix(node/http): don't error if request destroyed before send (#24497)Marvin Hagemeister
2024-07-09fix(node/http): support all `.writeHead()` signatures (#24469)Marvin Hagemeister
2024-07-05fix(ext/node): http chunked writes hangs (#24428)Divy Srivastava
2024-07-04fix(node/http): don't throw on .address() before .listen() (#24432)Marvin Hagemeister
2024-07-03fix(ext/node): don't wait for end() call to send http client request (#24390)Satya Rohith
2024-06-25fix(ext/node): ignore stream error during enqueue (#24243)Satya Rohith
2024-06-21fix(ext/node): add ServerResponse#appendHeader (#24216)Divy Srivastava
2024-06-14fix(ext/node): `server.close()` does graceful shutdown (#24184)Divy Srivastava
2024-06-11fix(ext/node): ServerResponse header array handling (#24149)Luca Casonato
2024-05-26fix(node): set default http server response code 200 (#23977)Marvin Hagemeister
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-15chore: fix flaky '[node/http] send request with non-chunked body' test (#23818)David Sherret
2024-04-21fix(ext/node): define http.maxHeaderSize (#23479)Bartek IwaƄczuk
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-04-05fix(ext/node): hostname is valid IPv4 addr (#23243)Divy Srivastava
2024-02-29fix(ext/node) add node http methods (#22630)Igor Zinkovsky
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci