Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict
is(redirect|error)
to integers (#1117)
I used `isredirect` on a `HTTP.Stream` and instead of getting a `MethodError` this returned `false`. This patch limits the input to `isredirect` and `iserror` to `Integer`s.
- Loading branch information