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

Cherry pick PR #3328: Fix WebSocket implementation in Cobalt 25 #3330

Merged
merged 1 commit into from
May 25, 2024

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #3328

Fixed the following bugs to make it work:

  • Deleted the whole concept of flow control;
  • The data frame received from net was not populated;
  • net now sends only a string view which does not promise validaty later. So we store a copy of the data between consecutive reads of the same frame.

b/339672080

Fixed the following bugs to make it work:
- Deleted the whole concept of flow control;
- The data frame received from net was not populated;
- net now sends only a string view which does not promise validaty
later. So we store a copy of the data between consecutive reads of the
same frame.

b/339672080

(cherry picked from commit a7b54ab)
@kaidokert kaidokert merged commit a3f0862 into 25.lts.1+ May 25, 2024
300 of 304 checks passed
@kaidokert kaidokert deleted the cherry-pick-25.lts.1+-3328 branch May 25, 2024 01:53
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.

3 participants