-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Closed
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. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: