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(body): replace Chunk type with Bytes #2048

Merged
merged 1 commit into from Dec 6, 2019

Conversation

seanmonstar
Copy link
Member

Closes #1931

BREAKING CHANGE: All usage of hyper::Chunk should be replaced with
bytes::Bytes (or hyper::body::Bytes).

Closes #1931

BREAKING CHANGE: All usage of `hyper::Chunk` should be replaced with
  `bytes::Bytes` (or `hyper::body::Bytes`).
@seanmonstar seanmonstar merged commit 5a59875 into master Dec 6, 2019
@seanmonstar seanmonstar deleted the replace-chunk-with-bytes branch December 6, 2019 01:22
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
1 participant