From f078542ffc9efb8061739537d955d2052cea8a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 19 Jul 2020 14:22:26 +0200 Subject: [PATCH] Update TODO --- TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 6f2c684..f8f0cab 100644 --- a/TODO.md +++ b/TODO.md @@ -11,9 +11,6 @@ ## aquatic_http * request parsing: * tests of main function and the various helper functions - * deserialize 20 bytes: possibly rewrite (just check length of underlying - bytes == 20 and then copy them), also maybe remove String from map for - these cases too * test torrent transfer with real clients * test tls * current serialized byte strings valid @@ -48,8 +45,11 @@ ### don't do -* request from path: only urldecode peer_id and info_hash: doesn't really - improve performance +* request from path: + * only urldecode peer_id and info_hash: doesn't really improve performance + * deserialize 20 bytes: possibly rewrite (just check length of underlying + bytes == 20 and then copy them), also maybe remove String from map for + these cases too. doesn't really improve performance ## aquatic_ws * is 'key' sent in announce request? if so, maybe handle it like in