Update TODO

This commit is contained in:
Joakim Frostegård 2020-05-23 14:10:06 +02:00
parent 526faa9aab
commit ae92785484

View file

@ -6,7 +6,8 @@
* panic/error in workers: exit program with non-zero exit code
* send/recv buffer size config
* limit ws message sizes?
* poll: check if event is readable first, otherwise run `continue`
* 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