From e79a8c7e68086b1d659b88a97a0834f186a26b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 27 Oct 2021 21:23:54 +0200 Subject: [PATCH] Update TODO --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index d409c36..1f85f70 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,12 @@ # TODO * aquatic_http glommio: + * test with load tester with multiple workers: requires tls load tester + * remove mio version + * get rid of / improve ConnectionMeta stuff in handler * clean out connections regularly * timeout inside of task for "it took to long to receive request, send response"? * handle panicked/cancelled tasks - * test with load tester with multiple workers: requires tls load tester.. - * get rid of / improve ConnectionMeta stuff in handler * consider better error type for request parsing, so that better error messages can be sent back (e.g., "full scrapes are not supported") * Scrape: should stats with only zeroes be sent back for non-registered info hashes?