aquatic_ws: don't handle connection closed same as other errors

This commit is contained in:
Joakim Frostegård 2020-05-23 14:17:03 +02:00
parent ae92785484
commit 572aa632b6
2 changed files with 9 additions and 5 deletions

View file

@ -9,8 +9,6 @@
* is it even necessary to check if event is readable in poll, since that
is all we're listening for?
* privdrop
* on error because connection is closed, don't handle the same as for io
errors etc
## aquatic_udp
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?