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