1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/ext
Nathan Whitaker c593024a56
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-18 01:04:29 +02:00
..
broadcast_channel 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
cache 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
canvas 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
console 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
cron 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
crypto 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
fetch 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
ffi 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
fs 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
http 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
io 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
kv 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
napi 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
net 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
node fix(node/http): normalize header names in ServerResponse (#26339) 2024-10-18 01:04:29 +02:00
tls 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
url 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
web 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
webgpu 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
webidl 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
websocket 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
webstorage 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00