reqwest
reqwest copied to clipboard
https random errors with rustls
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?
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?