Closed jeremy-babylonlabs closed 4 months ago
Added a middleware to enforce a maximum content length for POST requests. Requests exceeding the configured limit will receive an HTTP 413 Request Entity Too Large response, the maximum content length is set on config file
let's merge this into main as a hotfix instead
continuing at #183
169
Added a middleware to enforce a maximum content length for POST requests. Requests exceeding the configured limit will receive an HTTP 413 Request Entity Too Large response, the maximum content length is set on config file