-
Notifications
You must be signed in to change notification settings - Fork 116
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: allow enabling http1/http2 individually #80
feat: allow enabling http1/http2 individually #80
Conversation
08a5dd5
to
a4c9186
Compare
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 could be a way to address hyperium/hyper#3493, if we leave the server-auto
feature in. Basically, if you have enabled server
and http1
, then the auto builder can exist with only the HTTP/1 parts.
What do you think @davidpdrsn?
a4c9186
to
d6bea3e
Compare
It seems that |
d6bea3e
to
653215e
Compare
Rebased on master. |
@seanmonstar @SergioBenitez any updates?) |
@ikrivosheev There's nothing to do on my end. |
653215e
to
a6c691f
Compare
a6c691f
to
a376675
Compare
@seanmonstar What's preventing this from getting in? I really don't want to keep rebasing as changes are made upstream. |
As in the title. Previously we pulled in just the deps for http1 or just the deps for http2. This reenables that.