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

Fixed buffer produces livelock #13

Open
larroy opened this issue Jul 14, 2014 · 5 comments
Open

Fixed buffer produces livelock #13

larroy opened this issue Jul 14, 2014 · 5 comments
Labels

Comments

@larroy
Copy link
Contributor

larroy commented Jul 14, 2014

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.

@KDr2
Copy link
Owner

KDr2 commented Jul 14, 2014

Yes, this is a known issue, please send a pull request if you fixed it, many thanks!

@bitthegeek
Copy link

Thanks a lot @larroy! :)

@aaronkaplan
Copy link

aaronkaplan commented Jul 9, 2016

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!

@KDr2
Copy link
Owner

KDr2 commented Jul 12, 2016

Sorry that you'd better to do some workaround at this time, I'm too busy on other projects to fix this now.

@aaronkaplan
Copy link

no problem. Just asking and wanted to know if it makes sense to wait. Thank you @KDr2

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

4 participants