mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-06 10:05:41 +08:00

* fix: handle "request body too large" error using type assertion * fix: address overlooked nil check for MaxBytesError * fix: replace type assertion with errors.As() for MaxBytesError