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

stabilize upgrade in response #292

Merged

Conversation

pepoviola
Copy link
Contributor

Hi @yoshuawuyts / @jbr, I start working in an example using websocket based on littoral and I found that some changes are needed in this branch stabilize-upgrade to support ws.

I tested ok in my example but let me know if something is wrong, thanks for the awesome job!!! 🙌

src/response.rs Outdated Show resolved Hide resolved
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.

looks like cfg_unstable needs to be removed from src/utils/mod.rs for ci to pass, and we should check if we're actually using the unstable feature anywhere. if not, we should remove the feature

src/response.rs Outdated Show resolved Hide resolved
@jbr jbr self-requested a review November 30, 2020 22:07
@jbr jbr requested a review from yoshuawuyts November 30, 2020 22:08
@jbr
Copy link
Member

jbr commented Nov 30, 2020

refs: #291

Copy link
Member

@Fishrock123 Fishrock123 left a comment

Choose a reason for hiding this comment

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

#291 should come first but if we are stabilizing that then this goes hand-in-hand.

@jbr
Copy link
Member

jbr commented Dec 1, 2020

#291 doesn't work without this, and this is a pr into #291. There is no reason to merge #291 without this

@Fishrock123
Copy link
Member

Oh, guess i had it backwards then 😅

Copy link
Member

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

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

Thank you!

@yoshuawuyts yoshuawuyts merged commit 933596a into http-rs:stabilize-upgrade Dec 4, 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.

4 participants