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

refactor(body): make Chunk a type alias for bytes::Bytes #2046

Closed
wants to merge 1 commit into from
Closed

refactor(body): make Chunk a type alias for bytes::Bytes #2046

wants to merge 1 commit into from

Conversation

bstrie
Copy link

@bstrie bstrie commented Dec 5, 2019

Closes #1931

Now I don't know the first thing about Hyper's codebase, but the change itself appears to have been quite simple to achieve. cargo test passes, and cargo +nightly test --all-features, while it doesn't pass, fails in the same way it does on master, so that gives me a bit of confidence. :)

@bstrie bstrie changed the title refactor: make Chunk a type alias for bytes::Bytes refactor(body): make Chunk a type alias for bytes::Bytes Dec 5, 2019
@fd
Copy link

fd commented Dec 6, 2019

This PR seems to be superseded by #2048

@bstrie bstrie closed this Dec 6, 2019
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.

Remove Chunk in favor of using Bytes directly
2 participants