You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments