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 feature/websocket-headers #1736

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Oct 28, 2022

@iudeen Can you check if you disagree or have any questions here?

@Kludex Kludex marked this pull request as draft October 28, 2022 09:58
assert all(
x in headers.get_all("Server") for x in ["over-ridden", "another-value"]
)
assert headers.get_all("Server") == ["uvicorn", "over-ridden", "another-value"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this pass the test?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes it does. I will merge this to the other branch

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks

@Kludex Kludex closed this Oct 28, 2022
@Kludex Kludex deleted the suggestions/server-headers-websockets branch October 28, 2022 16:51
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.

2 participants