1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Ben Noordhuis 4d176b7b7c
fix(ext/net): make unix and tcp identical on close (#13075)
std/http/server knows how to handle "Listener has been closed"
exceptions but not "operation canceled" errors.

Make "unix" listen sockets throw the same exception as "tcp" listen
sockets when the socket is closed and has a pending accept operation.

There is still a discrepancy when multiple accept requests are posted
but that's probably a less visible issue and something for another day.

Fixes #13033
2021-12-14 23:27:04 +01:00
..
broadcast_channel feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
console chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
crypto feat(ext/crypto): support exporting RSA JWKs (#13081) 2021-12-14 17:02:14 +01:00
fetch feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
ffi chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
http chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
net fix(ext/net): make unix and tcp identical on close (#13075) 2021-12-14 23:27:04 +01:00
timers feat(ext/timers): add refTimer, unrefTimer API (#12953) 2021-12-09 17:00:55 +09:00
tls chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
url feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
web fix(ext/web): set location undefined when --location is not specified (#13046) 2021-12-14 00:35:59 +09:00
webgpu chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
webidl chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
websocket chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
webstorage feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00