Skip to content
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(server): add http1_only configuration to conn::Connection #1535

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

ubnt-intrepid
Copy link
Contributor

A new configuration http1_only to Builder and Connection are added, which indicates that the upgrading to h2 does not perform when a parsing error occurs.

Fixes #1512.

@seanmonstar
Copy link
Member

Thanks for the excellent PR, I appreciate the fine details, like the design of the enum and the doc comments! <3

@seanmonstar seanmonstar merged commit 14d9246 into hyperium:master Jun 4, 2018
@ubnt-intrepid ubnt-intrepid deleted the http1-only branch June 5, 2018 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants