mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Update TODO
This commit is contained in:
parent
526faa9aab
commit
ae92785484
1 changed files with 2 additions and 1 deletions
3
TODO.md
3
TODO.md
|
|
@ -6,7 +6,8 @@
|
||||||
* panic/error in workers: exit program with non-zero exit code
|
* panic/error in workers: exit program with non-zero exit code
|
||||||
* send/recv buffer size config
|
* send/recv buffer size config
|
||||||
* limit ws message sizes?
|
* 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
|
* privdrop
|
||||||
* on error because connection is closed, don't handle the same as for io
|
* on error because connection is closed, don't handle the same as for io
|
||||||
errors etc
|
errors etc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue