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

Request: fix From<http::Request> for Request #222

Merged

Conversation

Fishrock123
Copy link
Member

Into consumes, so just use the existing struct so we don't have to worry about copying literaly everything.

Fixes #220

Into consumes, so just use the existing struct so we don't have to worry about copying literaly everything.

Fixes http-rs#220
@Fishrock123 Fishrock123 requested a review from jbr September 7, 2020 21:10
Copy link
Member

@jbr jbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes local repro of issue

@Fishrock123 Fishrock123 merged commit 5ce7996 into http-rs:main Sep 7, 2020
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.

Headers on a http_types::Request are not sent
2 participants