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

fix #14338: WebSocket doesn't emit error before close #14362

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

matubu
Copy link
Contributor

@matubu matubu commented Oct 4, 2024

What does this PR do?

This should fix: #14338

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

@Electroid
Copy link
Contributor

Thanks for working on this, to accept this PR we'll also need to add tests for this. You can look in the test/web/websocket folder and add tests there.

@matubu
Copy link
Contributor Author

matubu commented Oct 10, 2024

I've added a testcase covering the bug fix in the test/web/websocket folder - let me know if you need any changes or additional tests.

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.

WebSocket doesn't emit error before close on handshake error
2 participants