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

client: fix infinite loop when client handshake disconnects #73

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

anmonteiro
Copy link
Owner

@anmonteiro anmonteiro commented Sep 2, 2024

fixes #61

@anmonteiro anmonteiro merged commit d8318ad into master Sep 2, 2024
3 checks passed
@anmonteiro anmonteiro deleted the anmonteiro/client-read-eof branch September 2, 2024 15:33
anmonteiro added a commit to anmonteiro/opam-repository that referenced this pull request Sep 4, 2024
CHANGES:

- fix: update computation for payload length offset
  ([anmonteiro/httpun-ws#63](anmonteiro/httpun-ws#63))
- don't select digestif implementation
  ([anmonteiro/httpun-ws#67](anmonteiro/httpun-ws#67))
- fix: garbled data after committing frame header
  ([anmonteiro/httpun-ws#68](anmonteiro/httpun-ws#68))
- fix: mask all client frames
  ([anmonteiro/httpun-ws#69](anmonteiro/httpun-ws#69))
- feat: yield the reader if reads not scheduled
  ([anmonteiro/httpun-ws#70](anmonteiro/httpun-ws#70))
- unify input handler EOF and websocket error handler
  ([anmonteiro/httpun-ws#70](anmonteiro/httpun-ws#70),
  [anmonteiro/httpun-ws#72](anmonteiro/httpun-ws#72))
- client: fix infinite loop when client handshake disconnects
  ([anmonteiro/httpun-ws#73](anmonteiro/httpun-ws#73))
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.

Infinite loop on Websocket.Wsd.close with close code
1 participant