Ocelot
Ocelot copied to clipboard
Upload big file but return 499 Client Closed Request
There is a question:
use postman/swagger to upload large files directly succeeded. But when using the gateway Ocelot, it returns 499.
The gateway module is also configured with large file upload. my NetCore is 3.1 and Ocelot is 16.0.1.
Why? How to deal with it,Tks!!!

Hi,
@zrf518 can you please explain how you have configured to accept large file upload & please us know hosting environment on which you faced this issue.
Issue https://github.com/ThreeMammals/Ocelot/issues/749 and I also tried that above 30MB file upload we get 404, so I raised PR for status code 413.
@zrf518 Are you still with Ocelot?