From b2347ef3b063d1bf5708a52ca4222a78655155ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 30 Oct 2021 17:40:59 +0200 Subject: [PATCH] Update TODO --- TODO.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/TODO.md b/TODO.md index 6c485fe..f885ab1 100644 --- a/TODO.md +++ b/TODO.md @@ -2,12 +2,12 @@ * aquatic_udp * CI for both implementations - * mio - * on ipv6: [ERROR] Response::write error: Error { kind: WriteZero, -message: "failed to write whole buffer" } * glommio * ipv6 only flag * consider sending local responses immediately + * consider adding ConnectedScrapeRequest::Scrape(PendingScrapeRequest) + containing TransactionId and BTreeMap, and same for + response * aquatic_http glommio: * ipv6 only flag @@ -27,12 +27,6 @@ message: "failed to write whole buffer" } where only part of request is read, but that part is valid, and reading is stopped, which might lead to various issues. -* aquatic_udp glommio - * Add to file transfer CI - * consider adding ConnectedScrapeRequest::Scrape(PendingScrapeRequest) - containing TransactionId and BTreeMap, and same for - response - * access lists: * use arc-swap Cache? * add CI tests