* 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 |
||
|---|---|---|
| .. | ||
| caddyfile.go | ||
| requestbody.go | ||
* 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 |
||
|---|---|---|
| .. | ||
| caddyfile.go | ||
| requestbody.go | ||