From ae92785484b032d1d44a9853865dff203534968b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 23 May 2020 14:10:06 +0200 Subject: [PATCH] Update TODO --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index de95477..396e439 100644 --- a/TODO.md +++ b/TODO.md @@ -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