-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
quic: reduce socket option header exposure #16541
Conversation
Move the inclusion of `socket_option_impl.h` from the header to the source to reduce its exposure. Signed-off-by: James Peach <[email protected]>
The codeql workflow error looks like a problem with the CI tooling:
|
/retest |
Retrying Azure Pipelines: |
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.
LGTM including style cleanups/includes ordering. CodeQL-Build failure doesn't intersect with this submission.
@wrowe the install-deps step failed because the apt indices were corrupt or in a transient state |
/retest |
Retrying Azure Pipelines: |
Move the inclusion of `socket_option_impl.h` from the header to the source to reduce its exposure. Signed-off-by: James Peach <[email protected]>
Commit Message:
This is a trivial cleanup that moves the inclusion of
socket_option_impl.h
from the header to the source file to reduce its exposure.Additional Description: None
Risk Level: Low
Testing: bazel tests
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A