1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 10:09:20 -05:00
denoland-deno/ext
Matt Mastracci e4308aebc0
feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)
Use new https://github.com/denoland/rustls-tokio-stream project instead
of tokio-rustls for direct websocket connections. This library was
written from the ground up to be more reliable and should help with
various bugs that may occur due to underlying bugs in the old library.

Believed to fix #20355, #18977, #20948
2023-10-31 09:34:45 -06:00
..
broadcast_channel chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
cache chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
console chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
crypto chore: upgrade rsa to 0.9 (#21016) 2023-10-30 16:25:12 +01:00
fetch chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
ffi fix(ext/ffi): use anybuffer for op_ffi_buf_copy_into (#21006) 2023-10-28 10:02:57 +03:00
fs chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
http fix(ext/http): patch regression in variadic args to serve handler (#20796) 2023-10-27 05:34:41 -06:00
io chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
kv chore: update ext/kv to use denokv_* crates (#20986) 2023-10-31 11:13:57 +00:00
napi chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
net chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
node chore: use deno_whoami (#21027) 2023-10-31 12:38:39 +00:00
tls perf: use deno_native_certs crate (#18072) 2023-10-31 12:55:46 +01:00
url chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
web refactor: op_sleep uses op2 macro (#20908) 2023-10-26 14:16:41 -06:00
webidl chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00
websocket feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518) 2023-10-31 09:34:45 -06:00
webstorage chore: forward v1.37.2 release commit to main (#20897) 2023-10-13 03:12:06 +00:00