-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
HttpConnector should not error if a socket option fails #2359
Comments
I am interested in this but I have a question. Should we just log all socket option failures and continue to connect? Are there any fatal ones? |
What do you propose? I think if the option is required to function, then of course error. But most aren't. |
seanmonstar
pushed a commit
that referenced
this issue
Dec 23, 2020
BenxiangGe
pushed a commit
to BenxiangGe/hyper
that referenced
this issue
Jul 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An error trying to set a socket option should not error the entire connect attempt. Instead, they should just be logged (perhaps at
warn
level).The text was updated successfully, but these errors were encountered: