summaryrefslogtreecommitdiff
path: root/tests/unit_node/http2_test.ts
AgeCommit message (Expand)Author
2024-11-12fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)Yoshiya Hinosawa
2024-09-27BREAKING(ext/net): improved error code accuracy (#25383)Luca Casonato
2024-09-12fix(ext/node): export request and response clases from `http2` module (#25592)Bartek IwaƄczuk
2024-08-30fix(ext/node): session close during stream setup (#25170)Caleb Lloyd
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-14feat(ext/node): support http2session.socket (#24786)Sean McArthur
2024-07-29fix(ext/node): prevent panic in http2.connect with uppercase header names (#2...Satya Rohith
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-15fix(std/http2): release window capacity back to remote stream (#24576)Rano | Ranadeep
2024-05-29fix(ext/node): don't encode buffer data as utf8 in http2 (#24016)Satya Rohith
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith
2024-02-21fix(ext/node): pass alpnProtocols to Deno.startTls (#22512)Satya Rohith
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci