-
- Downloads
Consistently parse and validate user-provided status codes (#137)
In testing out error handling after #135, I happened to stumble across an unexpected panic for requests like `/status/1024` where the user-provided status code is outside the legal bounds. So, here we take a quick pass to ensure we're parsing and validating status codes the same way everywhere.
Loading
Please register or sign in to comment