Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quic-go to v0.37.4 for Go 1.21 and 1.20 support #1254

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Bump quic-go to v0.37.4 for Go 1.21 and 1.20 support #1254

merged 1 commit into from
Aug 13, 2023

Conversation

stefanb
Copy link
Contributor

@stefanb stefanb commented Aug 10, 2023

Fixes #1245

Changes proposed in this pull request:

Homebrew/homebrew-core#134468

@CLAassistant
Copy link

CLAassistant commented Aug 10, 2023

CLA assistant check
All committers have signed the CLA.

@stefanb stefanb mentioned this pull request Aug 10, 2023
89 tasks
@@ -70,7 +70,7 @@ func QUICDialTCP(src, dst, addr, host string, tc *tls.Config, idleTime int) (net
rc.Close()
return nil, err
}
rc1, err := quic.Dial(rc, raddr.(*net.UDPAddr), host, tc, &quic.Config{MaxIdleTimeout: time.Duration(idleTime) * time.Second})
rc1, err := quic.Dial(context.Background(), rc, raddr, tc, &quic.Config{MaxIdleTimeout: time.Duration(idleTime) * time.Second})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that host parameter is not used anymore.

@txthinking txthinking merged commit 3b8488e into txthinking:master Aug 13, 2023
@stefanb stefanb deleted the bump-quic branch August 13, 2023 11:41
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.

Support Go 1.21
3 participants