-
-
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
fix(websocket): ASGI websocket must pass thru bytes as is #2651
Conversation
Codecov ReportBase: 88.583% // Head: 88.686% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2651 +/- ##
=============================================
+ Coverage 88.583% 88.686% +0.102%
=============================================
Files 87 87
Lines 6850 6850
Branches 1171 1171
=============================================
+ Hits 6068 6075 +7
+ Misses 540 535 -5
+ Partials 242 240 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Needs a test
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.
The name of the existing test_websocket_receive
test function was changed.
test_websocket_receive
-> test_websocket_text_receive
fix #2644