deno/tests
Nathan Whitaker 458d6278d2
fix(node/http): normalize header names in ServerResponse (#26339)
Fixes https://github.com/denoland/deno/issues/26115.

We weren't normalizing the headers to lower case, so code that attempted
to delete the `Content-Length` header (but used a different case) wasn't
actually removing the header.
2024-10-17 00:42:15 +00:00
..
config
ffi feat: suggest deno install --entrypoint instead of deno cache (#25228) 2024-09-18 19:55:50 +00:00
integration Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325) 2024-10-16 22:43:26 +01:00
napi fix: node-api function call should use preamble (#26297) 2024-10-16 10:30:19 +00:00
node_compat fix(ext/node): implement TCP.setNoDelay (#26263) 2024-10-15 14:47:12 +05:30
registry feat(npm): support --allow-scripts on deno run (and deno add, deno test, etc) (#26075) 2024-10-12 12:14:32 -07:00
specs fix(add): exact version should not have range ^ specifier (#26302) 2024-10-16 18:34:33 +02:00
testdata fix: do not panic running remote cjs module (#26259) 2024-10-15 03:57:31 +00:00
unit fix(console/ext/repl): support using parseFloat() (#25900) 2024-10-14 15:04:18 -07:00
unit_node fix(node/http): normalize header names in ServerResponse (#26339) 2024-10-17 00:42:15 +00:00
util
wpt fix: disable same-origin.html WPT (#26067) 2024-10-08 06:15:28 -07:00
Cargo.toml
lib.rs
README.md

Deno Integration Tests