From f9c1da9520a1628cccc201ae02427fc0038e2c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 3 Jul 2020 13:18:01 +0200 Subject: [PATCH] Update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 7b2d931..87771c3 100644 --- a/TODO.md +++ b/TODO.md @@ -12,8 +12,10 @@ what error return type to use then * compact peer representation in announce response: is implementation correct? * scrape info hash parsing: multiple ought to be accepted +* scrape response panic * move stuff to common crate with ws: what about Request/InMessage etc? * don't overdo this + * 20 byte helper ## aquatic_ws * established connections do not get valid_until updated, I think?