-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Rename body to recv temporarily #2966
Rename body to recv temporarily #2966
Conversation
How easy would it be to separate it from the other PR? I suspect this one could merge faster. |
5261c37
to
7039392
Compare
I did pop off the commit, I also rebased off of master. on master, this is failing to compile and test. |
7039392
to
da70a2e
Compare
(forgot to apply |
Looks like the last piece remaining is to remove the link to |
""" We'll eventually want to bikshed the name Recv, but to free up the name Body for hyperium#2839, this can be done quickly. """ Resolve hyperium#2963
da70a2e
to
c21eebc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you!
Now that the concrete `Body` type has been temporarily replaced with `Recv` in hyperium#2966, we can rename and export `http_body::Body` as just `Body` instead of `HttpBody`. Closes hyperium#2839
Now that the concrete `Body` type has been temporarily replaced with `Recv` in hyperium#2966, we can rename and export `http_body::Body` as just `Body` instead of `HttpBody`. Closes hyperium#2839
Now that the concrete `Body` type has been temporarily replaced with `Recv` in hyperium#2966, we can rename and export `http_body::Body` as just `Body` instead of `HttpBody`. Closes hyperium#2839
Resolves #2963
This currently branches off of #2961