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(upgrade): Moved HTTP upgrades off Body to a new API #2337

Merged
merged 2 commits into from
Nov 20, 2020

Conversation

seanmonstar
Copy link
Member

Closes #2086

BREAKING CHANGE: The method Body::on_upgrade() is gone. It is
essentially replaced with hyper::upgrade::on(msg).

@seanmonstar seanmonstar force-pushed the upgrades-off-body branch 2 times, most recently from 42535ef to 2dd10bb Compare November 19, 2020 22:52
BREAKING CHANGE: The method `Body::on_upgrade()` is gone. It is
  essentially replaced with `hyper::upgrade::on(msg)`.
@seanmonstar seanmonstar merged commit 121c331 into master Nov 20, 2020
@seanmonstar seanmonstar deleted the upgrades-off-body branch November 20, 2020 00:36
BenxiangGe pushed a commit to BenxiangGe/hyper that referenced this pull request Jul 26, 2021
…2337)

Closes hyperium#2086

BREAKING CHANGE: The method `Body::on_upgrade()` is gone. It is
  essentially replaced with `hyper::upgrade::on(msg)`.
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.

Move HTTP upgrades API off the Body type
1 participant