-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
quic: add quic internalBinding, refine Endpoint, add types #51112
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
Conversation
|
Review requested:
|
ce6c379 to
5c7b1e5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
f2c34bb to
ba0f9ec
Compare
This comment was marked as outdated.
This comment was marked as outdated.
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.
Some nits but otherwise LGTM.
c3d26ca to
183df09
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
At least one of the tests are failing on multiple systems in CI. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Minimum example to trigger the segfault: Note that it only happens if we |
This comment was marked as outdated.
This comment was marked as outdated.
|
@targos ... try as I might I've been unable to reproduce the failure locally on four separate machines (windows, linux or macos). I'm likely going to need some help tracking down exactly what the issue is as it's not clear by any stretch what could be causing the segfault. Also, I tried doing an asan build but that appears to not be working? The asan build consistently fails at the |
|
Happy to help however I can. It reproduces consistently on my mac. |
This comment was marked as outdated.
This comment was marked as outdated.
f3a2757 to
320b300
Compare
|
Ok, think I got the segfault figured out. Looks like a couple remaining issues on windows. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
PR-URL: #51112 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
|
Landed in c366422 |
PR-URL: #51112 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
More quic implementation details. Number of fixes, refinements, continued implementation.