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

libwebsocket_write(): Unable to spill ext #8

Closed
chrismeyersfsu opened this issue Jul 27, 2013 · 1 comment
Closed

libwebsocket_write(): Unable to spill ext #8

chrismeyersfsu opened this issue Jul 27, 2013 · 1 comment

Comments

@chrismeyersfsu
Copy link

I am getting the following printout error when I call libwebwsocket_write() for the first time.

[1374954782:4840] ERR: Unable to spill ext 7669 vs 5792

From tracing the code a little the error feels like I am trying to write too much in a message. However, i didn't think there was a limit on the message size.

Can you clue me into the meaning of the "unable to spill ext" error?

@warmcat
Copy link
Collaborator

warmcat commented Oct 13, 2015

It meant that the extension didn't accept to send the amount you asked. Why that is, is something the extension decided or had forced on it.

@warmcat warmcat closed this as completed Oct 13, 2015
@fog1111 fog1111 mentioned this issue Nov 24, 2017
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

No branches or pull requests

1 participant