Skip to content

chore(deps): 同步 fasthttp 上游竞态修复 / Sync upstream fasthttp race fix - #435

Merged
tbphp merged 1 commit into
v2from
fix/fasthttp-stream-close-race
Aug 16, 2026
Merged

chore(deps): 同步 fasthttp 上游竞态修复 / Sync upstream fasthttp race fix#435
tbphp merged 1 commit into
v2from
fix/fasthttp-stream-close-race

Conversation

@tbphp

@tbphp tbphp commented Aug 16, 2026

Copy link
Copy Markdown
Owner

关联 Issue / Related Issue

Upstream PR: valyala/fasthttp#2353

变更内容 / Change Content

  • Bug 修复 / Bug fix
  • 新功能 / New feature
  • 其他改动 / Other changes

将 GPT-Load 的 fasthttp 依赖基线从官方 v1.71.0 更新到 v1.73.0,并将临时 replace 同步到上游 PR 当前最新提交 12d1764a6311。这样 GPT-Load 与上游修复分支保持同一条实现线,不再继续维护单独的 v1.71 backport。

go mod tidy 同步将 github.com/klauspost/compressv1.19.1 更新到 v1.19.2,这是新 fasthttp 模块图带来的依赖变化。

本次只调整 Go 模块依赖,不改变公共 API、配置或数据格式。该 Draft PR 用于运行包含 race 的远端 CI;上游修复合并并发布后,再将临时 replace 切回官方版本。

本地验证:

  • go test -count=1 ./internal/execution/bifrost ./internal/gateway
  • make check

自查清单 / Checklist

  • 我已在本地测试过我的变更。 / I have tested my changes locally.
  • 我已更新了必要的文档。 / I have updated the necessary documentation.(本次无需文档变更 / No documentation change required)

@tbphp
tbphp merged commit babcfed into v2 Aug 16, 2026
7 of 9 checks passed
@tbphp
tbphp deleted the fix/fasthttp-stream-close-race branch August 16, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant