-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: Update to quic-go v0.36.2 (#2424)
* Update go.mod files * Update to new quic-go API * More renaming * Add test back in * Workaround quic-go#3947 * Fix transitive dep * Use own pointer to packetConn * Update to quic-go v0.36.2 * Remove workaround * Embed quic.Transport * Downgrade qtls-go1-20 * Rename ConnManager.metricsTracer to mt * Close transport after test ends * Close conn when transport closes * Return better error * Avoid conflicts with parallel tests * Skip conn assert on windows * Add metrics tracer back in * Don't use tracers here * Add comment to WriteTo * Finish renaming conn -> transport where appropriate * Back out unrelated change * One more rename
- Loading branch information
1 parent
f802e7e
commit a33370b
Showing
13 changed files
with
478 additions
and
409 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.