-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fixed buffer produces livelock #13
Comments
Yes, this is a known issue, please send a pull request if you fixed it, many thanks! |
Thanks a lot @larroy! :) |
is there any progress on this issue ? Just asking if I should wait for a fix or do a small workaround (not suitable for an official PR) myself locally in the mean time? Thank you! |
Sorry that you'd better to do some workaround at this time, I'm too busy on other projects to fix this now. |
no problem. Just asking and wanted to know if it makes sense to wait. Thank you @KDr2 |
When a request that's too big to fit in the buffer is issued RLConnection::on_readable will livelock.
I can propose a fix for this issue by using a growing buffer.
The text was updated successfully, but these errors were encountered: