chore: update todo

This commit is contained in:
xfy
2025-07-14 21:16:03 +08:00
parent cb44952e2f
commit e5639b79e5

View File

@ -8,7 +8,7 @@
- [x] Custom error page with stats code - [x] Custom error page with stats code
- [ ] Logging to file - [ ] Logging to file
- [ ] Benches - [ ] Benches
- [ ] Max body size - [x] Max body size
- [x] HTTP 2 - [x] HTTP 2
## Features ## Features
@ -35,15 +35,15 @@
- [ ] HTTP 3 - [ ] HTTP 3
- [ ] Specify thread numbers - [ ] Specify thread numbers
- [ ] Dockerization - [ ] Dockerization
- [ ] Docs - [x] Docs
- [ ] Multiple virtual hosts - [x] Multiple virtual hosts
- [x] Build with compile info - [x] Build with compile info
- [x] Refactor HTTP 1 - [x] Refactor HTTP 1
- [x] Graceful shutdown - [x] Graceful shutdown
- [x] `keep-alive` timeout setting - [x] `keep-alive` timeout setting
- [x] HTTP Etag: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#etag_value> - [x] HTTP Etag: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#etag_value>
- [x] 304 Not Modified - [x] 304 Not Modified
- [ ] List directory - [x] List directory
- [x] Content compress - [x] Content compress
- [x] zstd - [x] zstd
- [x] gzip - [x] gzip