An error occurred while fetching this tab.
Draft: Block any attempt to read the body of X-Sendfile responses
- Sep 04, 2023
-
-
Robert May authored
Patches ActionDispatch::Response to return a new custom derivative of ActionDispatch::Response::FileBody, which will prevent regressions being introduced that attempt to load the contents of files being returned as an X-Sendfile response, causing memory bloat and process locks. Changelog: performance
56387926
-