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