-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
remove the RequireAddressValidation callback from the Config #4253
remove the RequireAddressValidation callback from the Config #4253
Conversation
b9fbe71
to
212d204
Compare
212d204
to
ec22f77
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4253 +/- ##
==========================================
- Coverage 84.08% 84.08% -0.01%
==========================================
Files 150 150
Lines 15431 15425 -6
==========================================
- Hits 12975 12969 -6
Misses 1953 1953
Partials 503 503 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This specific change looks good. But I think you need to defer this block that decrements the handshake count: https://github.com/quic-go/quic-go/blob/remove-require-address-validation-callback/server.go#L734-L745
There are a couple of returns just above that block.
Done in #4248. |
ec22f77
to
78e43cd
Compare
Depends on #4248.