Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requestbody: Type-based error handling for
MaxBytesError
(#6701)
* 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
- Loading branch information