We should stop comparing against `"http: request body too large"` when detecting a ReadCloser error: https://github.com/caddyserver/caddy/blob/eddbccd298f637c4785c891f5f96dbf103580fa8/modules/caddyhttp/requestbody/requestbody.go#L97 Go stdlib now has a `MaxBytesError` type we can check for.