reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

https random errors with rustls

Open nebnes opened this issue 3 years ago • 1 comments

Hello, I'm getting random errors: http2 error: connection error received: not the result of an error. Sometimes requests works and sometimes not..

I am not an expert about the https protocol. Do you have any idea where this could come from?

nebnes avatar Dec 29 '21 20:12 nebnes

Hey there! Let me try to better understand what's going on. Could you provide me a little more information?

  • What version of reqwest are you using? This might be something that was fixed in the latest version (v0.11.9), since it fixed a similar thing about HTTP/2.
  • If upgrading doesn't fix it, how are you using reqwest? Can you show or explain more?

seanmonstar avatar Jan 27 '22 17:01 seanmonstar