Skip to content

Conversation

@DAcodedBEAT
Copy link

I noticed this as I was upgrading to go 1.25.6.

PR Includes:

  • Remove deprecated ConnectionTracingID/ConnectionTracingKey
  • Replace hijacker callbacks with RawClientConn (upstream API)
  • Fix SupportsDatagrams.Remote check
  • Add transport tests

Fixes #482

- Remove deprecated ConnectionTracingID/ConnectionTracingKey
- Replace hijacker callbacks with RawClientConn (upstream API)
- Fix SupportsDatagrams.Remote check
- Add transport tests

Fixes imroc#482
@DAcodedBEAT
Copy link
Author

For those following along,

if you want to use this change, feel free to run:

replace github.com/imroc/req/v3 => github.com/CorkCyber/req/v3 quic-go-0-59-0
go mod tidy

And to revert once upstream has the fix:

go mod edit -dropreplace github.com/imroc/req/v3                                                                                                                                                                                                  
go get github.com/imroc/req/v3@latest
go mod tidy

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.

Adapt to removal of ConnectionTracingID and ConnectionTracingKey in quic-go v0.59.0

1 participant