-
Notifications
You must be signed in to change notification settings - Fork 107
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
3.1.8 #3779
3.1.8 #3779
Conversation
Hide download buttons for certain files like pipes or files that aren't readable.
Convert data to human sizes on the client so that the server can respond faster.
Fix downloadable? to account for other file types like block devices.
Account for more than just \w for usernames which can have all sorts of characters.
completed the fix of the issue #3730
* Handle remote uploads as file transfers Apache expects a response to the request within 60 seconds (ProxyTimeout). Avoid that by responding with a transfer for the upload, which the browser will query the status of instead. * Explicitly close RemoteTransfer tempfile Prevents the Tempfile from staying around until garbage collection on error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thanks for backporting these! Do you plan to tag a release 3.1.8 and package it soon? We're interested in deploying it as soon as it's ready. Or is there something which is still pending that I've missed? |
There is something pending that I'm working on this week. |
Got it, thanks. If the timelines align, Robin's optimization in #3804 would be a nice backport candidate too, once it's reviewed and accepted. |
I agree. |
Here are a bunch of things we need to backport to 3.1. They're all bug fixes or optimizations.