From 7d04e9176884128db38e190964a8c5b08efd1387 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 24 Jul 2022 18:09:56 +0200 Subject: [PATCH] Added a few things to the todo. --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 2977687a1..45505d7f9 100644 --- a/TODO.md +++ b/TODO.md @@ -84,6 +84,9 @@ - NewsWebPage <- NewsWebPageFile, NewsWebPageDB - AdminWebPage <- UserAdminWebPage, AdminPanelWebPage - Add epoll api support to sockets, and make the web server use it. +- Add range http header support. +- Finish all the todos in the http parser. +- Fix unicode escape issues. ## Users