agent-rs icon indicating copy to clipboard operation
agent-rs copied to clipboard

`http2 error` from dependency

Open ghost opened this issue 4 years ago • 2 comments

We've seen reports of the http2 error : protocol error : not a result of an error in our server logs for dfx users and it appears to be coming from the agent-rs dependency h2. See their issue here: https://github.com/hyperium/h2/issues/530

h2 is used by hyper which is used by reqwuest. This issue is to review our dependencies and evaluate if this (relatively minor) bug is sufficient to consider a different request library.

ghost avatar May 24 '21 19:05 ghost

We should try backing down to HTTP/1.1 or upgrading to newer versions of tokio/hyper/reqwest.

jplevyak avatar May 24 '21 22:05 jplevyak

The error could originate either from server or client side. We can't rule out either at the moment

ninegua avatar Jun 01 '21 19:06 ninegua