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