Closed rsandsand closed 3 years ago
try change the web.config hostingModel value to outofprocess l `
`
Thanks this did the trick
I have the same issue and I think #1262 does too. neverthelesss changing the hostingmodel is not a satisfying solution for me. Are there any other solutions? Why is this an issue anyway?
Expected Behavior / New Feature
Ability to download large files through the Ocelot at least up to 1GB
Actual Behavior / Motivation for New Feature
When tried to download files larger than 250MB, browser saves an empty file. The response headers has Content-Length= 0 This is not an issue when file size is less than 250MB. Actual API endpoint does not have issues and has correct headers
Steps to Reproduce the Problem
Specifications