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

Fix lib/proxy/peer/quic for 32-bit builds #49044

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

espadolini
Copy link
Contributor

The existing code fails to compile because of a comparison of an int with the untyped const math.MaxUint32 which is too big to fit in an int on 32-bit archs.

@espadolini espadolini added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v17 labels Nov 15, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-49044.d3pp5qlev8mo18.amplifyapp.com

@espadolini espadolini added this pull request to the merge queue Nov 15, 2024
Merged via the queue into master with commit 021d2a0 Nov 15, 2024
43 checks passed
@espadolini espadolini deleted the espadolini/quic-peering-32-bit branch November 15, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants