diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2021-12-14 23:27:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 23:27:04 +0100 |
commit | 4d176b7b7c11aabc584bee45423f108ea47faefe (patch) | |
tree | aad53141bf673768848b3905ca3d22f2255a74bb /ext/crypto/00_crypto.js | |
parent | 2c20e621aadb57bfe1f2b4a234c78298107ba672 (diff) |
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
Diffstat (limited to 'ext/crypto/00_crypto.js')
0 files changed, 0 insertions, 0 deletions