xfy
9cbc380de5
perf(http3,compression): 对象池化和流式压缩优化
http3:
- Adapter 添加 ctxPool 复用 RequestCtx
- resetContext 方法重置状态避免污染
compression:
- 大响应(>64KB)使用 SetBodyStreamWriter 流式压缩
- 消除 compressed buffer 分配,降低内存峰值
- 新增 streamGzip/streamBrotli 流式方法
- 添加流式压缩测试验证功能正确性
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 11:09:26 +08:00
..
2026-04-15 12:48:48 +08:00
2026-04-13 16:15:31 +08:00
2026-04-15 17:53:51 +08:00
2026-04-16 09:53:58 +08:00
2026-04-16 09:54:08 +08:00
2026-04-13 17:38:59 +08:00
2026-04-16 11:09:26 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:50:14 +08:00
2026-04-14 10:49:38 +08:00
2026-04-16 11:09:26 +08:00
2026-04-16 11:09:26 +08:00
2026-04-13 13:15:39 +08:00
2026-04-14 10:49:38 +08:00
2026-04-16 09:54:09 +08:00
2026-04-14 15:56:29 +08:00
2026-04-16 09:54:09 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 13:15:39 +08:00
2026-04-14 14:26:01 +08:00
2026-04-13 13:15:20 +08:00
2026-04-13 13:15:39 +08:00
2026-04-15 12:48:49 +08:00
2026-04-13 13:15:39 +08:00