1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Nathan Whitaker 2a5f26b075
fix(net): don't try to set nodelay on upgrade streams (#26342)
Fixes https://github.com/denoland/deno/issues/26341.

We try to call `op_set_nodelay` on an `UpgradeStream`, which doesn't
support that operation.
2024-10-18 01:04:30 +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 fix(net): don't try to set nodelay on upgrade streams (#26342) 2024-10-18 01:04:30 +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 fix(net): don't try to set nodelay on upgrade streams (#26342) 2024-10-18 01:04:30 +02:00
node fix(net): don't try to set nodelay on upgrade streams (#26342) 2024-10-18 01:04:30 +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