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
@AidasK thank you for your example, please use the workaround with HTTP 1.1 for now. We're working on upgrading, but it will take a few months. But it's a good point, I'll check if we can at least document it or configure it to use HTTP 1.1 for now.
I am affected by this as well since trying to upgrade to v3. The big issue is that this does not happen when you try to do a GET request but only when posting so the error was caught in production.
It's nice that it's possible to inject your own HTTP Client and I can confirm that this works, but it's pretty cumbersome to track all the static calls to different options and inject the client (see #73 as well).
Working example
Not working example (if we assume that you are using latest OSx version or latest linux distro):
Same with this lib, it tries to use http2 connection instead of http1.1 and every POST request fails. GET requests works as expected.
The text was updated successfully, but these errors were encountered: