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: update computation for payload length offset #63

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

eWert-Online
Copy link
Contributor

fixes #62

@anmonteiro
Copy link
Owner

this does indeed fix the issue, thanks

@anmonteiro anmonteiro merged commit f982c11 into anmonteiro:master Aug 1, 2024
3 checks passed
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.

[BUG] payloads of >64K are cut off at the beginning
2 participants