deno/tests
Luca Casonato 3d41b486da
fix(ext/node): ServerResponse header array handling (#24149)
Previously res.setHeader("foo", ["bar", "baz"]) added a single header
with a value of `bar,baz`. Really this should add two separate headers.
This is visible in `set-cookie` for example.
2024-06-11 13:39:44 +03:00
..
config
ffi
integration
napi
node_compat
registry
specs
testdata
unit
unit_node
util
wpt
Cargo.toml
lib.rs
README.md

Deno Integration Tests