chore(deps): 同步 fasthttp 上游竞态修复 / Sync upstream fasthttp race fix - #435
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
关联 Issue / Related Issue
Upstream PR: valyala/fasthttp#2353
变更内容 / Change Content
将 GPT-Load 的 fasthttp 依赖基线从官方
v1.71.0更新到v1.73.0,并将临时replace同步到上游 PR 当前最新提交12d1764a6311。这样 GPT-Load 与上游修复分支保持同一条实现线,不再继续维护单独的 v1.71 backport。go mod tidy同步将github.com/klauspost/compress从v1.19.1更新到v1.19.2,这是新 fasthttp 模块图带来的依赖变化。本次只调整 Go 模块依赖,不改变公共 API、配置或数据格式。该 Draft PR 用于运行包含 race 的远端 CI;上游修复合并并发布后,再将临时
replace切回官方版本。本地验证:
go test -count=1 ./internal/execution/bifrost ./internal/gatewaymake check自查清单 / Checklist