racket / web-server

Other
90 stars 47 forks source link

add filesystem:errno to expected exceptions (for unix domain sockets) #103

Closed djholtby closed 3 years ago

djholtby commented 3 years ago

Adds filesystem errno exceptions to the list of expected (harmless) exceptions, so that broken-pipe is correctly handled when coming from a unix domain socket.

Fixes #102

jeapostrophe commented 3 years ago

Thanks!