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

libwebsockets: hande fragmented messages #9

Closed
tsl0922 opened this issue Sep 29, 2016 · 0 comments
Closed

libwebsockets: hande fragmented messages #9

tsl0922 opened this issue Sep 29, 2016 · 0 comments
Labels

Comments

@tsl0922
Copy link
Owner

tsl0922 commented Sep 29, 2016

We need to handle fragmented messages, or large input on the web may fails.

Ref: https://github.com/warmcat/libwebsockets/blob/master/README.coding.md

APIs:

  • lws_is_final_fragment
  • lws_remaining_packet_payload
@tsl0922 tsl0922 added the bug label Sep 29, 2016
@tsl0922 tsl0922 closed this as completed in c4d16c0 Oct 1, 2016
kevincox pushed a commit to kevincox/ttyd that referenced this issue Mar 28, 2022
* Change Accept header type of /token API call

* Allow reconnections because we now allow more client connections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant