mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4862] [MERGED] Update quic-go dependency from v0.48.2 to v0.53.0 #5063
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5063
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4862
Author: @fatedier
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/1/2025
Merged by: @fatedier
Base:
dev← Head:devin/1751364205-update-quic-go-v0.53.0📝 Commits (1)
377efd0Update quic-go dependency from v0.48.2 to v0.53.0📊 Changes
6 files changed (+9 additions, -12 deletions)
View changed files
📝
client/connector.go(+1 -1)📝
client/visitor/xtcp.go(+1 -1)📝
go.mod(+1 -2)📝
go.sum(+2 -4)📝
pkg/util/net/conn.go(+3 -3)📝
server/service.go(+1 -1)📄 Description
Update quic-go dependency from v0.48.2 to v0.53.0
Summary
This PR addresses issue #4852 by updating the quic-go dependency from v0.48.2 to v0.53.0. The update includes necessary API changes due to breaking changes in quic-go v0.53.0, where
quic.Connectioninterface was replaced with*quic.Connstruct andquic.Streaminterface was replaced with*quic.Streamstruct.Changes made:
go.modto usegithub.com/quic-go/quic-go v0.53.0quic.Connectionreferences with*quic.Connacross 4 filesquic.Streamembedding inwrapQuicStreamstruct to use*quic.StreamAll existing unit tests pass and linting shows no issues.
Review & Testing Checklist for Human
This is a medium-risk change affecting core networking functionality. Please verify:
Recommended test plan: Set up a simple frp tunnel using QUIC transport and verify data flows correctly in both directions.
Diagram
Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.