docs(plan): HTTP/2 压缩已完成,更新待办池

This commit is contained in:
xfy911 2026-06-04 16:17:53 +08:00
parent e9d7af80b8
commit 158c2a894e

View File

@ -59,6 +59,7 @@
- HEAD 请求正确处理(无 body
- 目录自动 fallback 到 index.html
- 路径遍历防护(.. 检查)
- gzip/brotli 压缩支持HTTP/2 响应中优先 brotli
- 文件内容通过 nghttp2_data_provider 流式传输
- 修复 send_callback 返回值 bugsend_all 返回 0 而非已发送字节数)
- 修复 :path 伪头长度解析 bug4→5和路径空终止问题
@ -69,8 +70,7 @@
2. **[中] Windows 兼容性** — 平台抽象层platform.h / platform.csendfile 替代方案io_uring 替代方案
3. **[中] Doxygen 中文注释** — 所有模块的公共 API 需要完整文档http2.c 已部分完成)
4. **[低] 检查远程更新内容** — 上游有 new commits需 review 9041d8d
5. **[低] HTTP/2 动态压缩** — 在 HTTP/2 响应中支持 gzip/brotli 压缩(当前未启用)
6. **[低] HTTP/2 目录浏览** — 目前返回 404可考虑支持目录列表
4. **[低] HTTP/2 目录浏览** — 目前返回 404可考虑支持目录列表
## 最近行动记录