-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Max SCGI content size too small #874
Comments
Looks like it's actually 2MB, but excellent find. I'd be in favor of setting the hard coded limit to something large like 32MB and letting |
Oops. Yup - i was off by one bit. I believe network.xmlrpc.size_limit has a maximum value of 16MB. I think synchronizing this limit with that one would be beneficial. |
I tested using a lager |
That's the exact setting I used too since the max setting for |
@rakshasa - Can this be merged in as soon as possible since it severely breaks SCGI? |
Make a pull request and I'll merge it. |
Fixed in 14d7121 |
rtorrent/src/rpc/scgi_task.h
Line 54 in f0207ce
This limits a max raw.load to 2MB - Should be increased or be made into a user setting based setting to match the xmlrpc size since XMLRPC rides on top of this SCGI protocol handler.
The text was updated successfully, but these errors were encountered: