From 4f055c7c6f706cdbb7b722cef510b4d42728de3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 28 Oct 2021 20:23:56 +0200 Subject: [PATCH] Update TODO --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 2dc446a..1a1d3ce 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,9 @@ # TODO * aquatic_http glommio: + * optimize? + * get_peer_addr only once (takes 1.2% of runtime) + * queue response: allocating takes 2.8% of runtime * clean out connections regularly * timeout inside of task for "it took to long to receive request, send response"? * handle panicked/cancelled tasks