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 May 21, 2022. It is now read-only.
I am seeing this bubble up occasionally from Mojito.post (when POSTing to Wordpress); it looks like Mojito needs to renegotiate the window size after initial setup of the connection, or when this error is returned, and then send chunked data over the stream.
Tesla’s Mint adapter has the same issue. I’ve described why the error happens in detail elixir-tesla/tesla#394. The fix is to receive frames occasionally while sending, which could mean rearchitecting the library.
* upgrade to Cowboy 2.8
* upgrade Mint to 1.1; add breaking test for #54
* checkpoint
* tests pass
* removed redundant apply_resp implementations
* moved put_chunk into Mojito.Response
* test timeouts during stream_request_body
* remove unused variable
* update Travis config to use Elixir 1.9 and 1.10
* update OTP in Travis
* fix booboo in request/single.ex
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am seeing this bubble up occasionally from
Mojito.post
(when POSTing to Wordpress); it looks like Mojito needs to renegotiate the window size after initial setup of the connection, or when this error is returned, and then send chunked data over the stream.The text was updated successfully, but these errors were encountered: