Skip to content

v1.29.2

Choose a tag to compare

@caidaoli caidaoli released this 14 Dec 12:55

What's Changed

Bug Fixes

  • fix(proxy): 修复客户端取消导致冷却写入短路的问题 (65f5a23)
    • handleProxyError: 使用 context.WithoutCancel 断开取消链,防止冷却写入被短路
    • HandleProxyRequest: ErrAllKeysUnavailable 路径使用独立 context
    • main.go: 检查 SetTrustedProxies 返回值 (fail-fast)
    • server: 添加 GetWriteTimeout() 确保传输层超时 >= 业务层超时

Full Changelog: v1.29.1...v1.29.2