-
Notifications
You must be signed in to change notification settings - Fork 106
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
feat: add {http1,http2}_only
for auto conn
#111
Conversation
b29fc46
to
a5f37b7
Compare
@sfackler would this solve your use case? |
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.
Share my opinion on the style issue. In general, I'm OK with either way and let's try to move forward.
Hey. Just wanted to check in to see if there's anything that I can do to help push this forward? |
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.
Thanks dswij! Can be merged after conflicts are resolved.
@seanmonstar I send a follow-up to resolve the conflict at #124. It retains @dswij's credit. Hopefully we can move forward and my major target is to help hyperium/tonic#1670 done. |
@seanmonstar This patch has some uncompleted part. I fix it up at 582cd9f and you can review #124. |
Closes hyperium/hyper#3511
This PR adds an option to choose http1 or http2 only for auto connections.