You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
Result does not return the h2::Error, only h2.result().
Cause returns the inner error as an std::error::Error, which cannot be downcast to h2::Error since it is not static
I made a fix to our fork to expose h2::Error. Should I merge this to master too?
https://github.com/rbtying/tower-h2/pull/1/files
The text was updated successfully, but these errors were encountered: