From 8a80ec9d9610c8fe7c073e6f55ff5249f2290c40 Mon Sep 17 00:00:00 2001 From: xfy911 Date: Thu, 4 Jun 2026 16:21:48 +0800 Subject: [PATCH] =?UTF-8?q?docs(plan):=20=E4=BF=AE=E6=AD=A3=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=AE=A1=E6=95=B0=EF=BC=8C=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=2035=20=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cocoon-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cocoon-plan.md b/.cocoon-plan.md index cbf31c5..4f72017 100644 --- a/.cocoon-plan.md +++ b/.cocoon-plan.md @@ -46,8 +46,8 @@ ## 当前状态 - 编译通过,零警告(除 coco 子模块的 linker .note.GNU-stack 提示) -- **45 项集成测试全部通过**(新增 6 项 HTTP/2 测试:ALPN 协商、GET、HEAD、404、缓存) -- **127 个单元测试全部通过**(Unity 框架,1 个忽略) +- **49 项集成测试全部通过**(新增 10 项 HTTP/2 测试:ALPN 协商、GET、HEAD、404、缓存、brotli 压缩 ×3、图片不压缩) +- **35 个单元测试全部通过**(Unity 框架) - 压测数据:wrk -t4 -c100 -d10s → 16,179 RPS,平均延迟 59.86μs - POST 支持:JSON 和 form-urlencoded 回显,multipart 文件上传,Content-Length 解析,8MB 上限 - **配置文件支持**:JSON 格式,8 个字段,命令行参数可覆盖