From e5639b79e57e2619fb1b68824aea230b50972684 Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 14 Jul 2025 21:16:03 +0800 Subject: [PATCH] chore: update todo --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 66eda7b..56f55f4 100644 --- a/TODO.md +++ b/TODO.md @@ -8,7 +8,7 @@ - [x] Custom error page with stats code - [ ] Logging to file - [ ] Benches -- [ ] Max body size +- [x] Max body size - [x] HTTP 2 ## Features @@ -35,15 +35,15 @@ - [ ] HTTP 3 - [ ] Specify thread numbers - [ ] Dockerization -- [ ] Docs -- [ ] Multiple virtual hosts +- [x] Docs +- [x] Multiple virtual hosts - [x] Build with compile info - [x] Refactor HTTP 1 - [x] Graceful shutdown - [x] `keep-alive` timeout setting - [x] HTTP Etag: - [x] 304 Not Modified -- [ ] List directory +- [x] List directory - [x] Content compress - [x] zstd - [x] gzip