1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-18 03:44:05 -05:00
denoland-deno/ext
Bert Belder 6a96560986
fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)
A bug was fixed that could cause a hang when a method was
called on a TlsConn object that had thrown an exception earlier.

Additionally, a bug was fixed that caused TlsConn.write() to not
completely flush large buffers (>64kB) to the socket.

The public `TlsConn.handshake()` API is scheduled for inclusion in the
next minor release. See https://github.com/denoland/deno/pull/12467.
2021-10-20 01:30:04 +02:00
..
broadcast_channel chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
console chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
crypto chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
fetch chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
ffi chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
http chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
net fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501) 2021-10-20 01:30:04 +02:00
timers chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
tls chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
url chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
web chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
webgpu chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
webidl chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00
websocket fix(ext/websocket): prevent 'closed normally' panic (#12437) 2021-10-19 18:21:15 +02:00
webstorage chore: release crates for v1.15.2 (#12478) 2021-10-18 20:30:00 +02:00