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-14 14:26:01 +08:00
2026-04-14 14:17:43 +08:00
2026-04-16 11:09:26 +08:00
2026-04-03 16:25:21 +08:00
2026-04-13 17:38:59 +08:00
2026-04-13 17:38:59 +08:00
2026-04-13 16:15:31 +08:00