We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpc
alloy/crates/transport-http/src/hyper.rs
Lines 43 to 47 in 09e90e8
this makes it very hard to check for HTTP errors for things like retry:
foundry-rs/foundry#7384
add a standalone Error struct so we can try downcasting this from the Custom variant, though perhaps this should even be its own variant
Error
FYI: @zerosnacks
No response
The text was updated successfully, but these errors were encountered:
extend TransportErrorKind too
Sorry, something went wrong.
should this be done in a separate PR, as retry layer seems pretty big and a ways off from completion
yash-atreya
Successfully merging a pull request may close this issue.
Component
rpc
Describe the feature you would like
alloy/crates/transport-http/src/hyper.rs
Lines 43 to 47 in 09e90e8
this makes it very hard to check for HTTP errors for things like retry:
foundry-rs/foundry#7384
TODO
add a standalone
Error
struct so we can try downcasting this from the Custom variant, though perhaps this should even be its own variantFYI: @zerosnacks
Additional context
No response
The text was updated successfully, but these errors were encountered: