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
I'm trying to use Req to upload images to FB as a base64 string, and keep getting this:
(Mint.HTTPError) the given data exceeds the request window size, which is 65536. The server will refill the window size of the request when ready. This will be handled transparently by stream/2.
Is there a way to significantly increase this limit so that Req can upload videos/images?
The text was updated successfully, but these errors were encountered:
I'm trying to use Req to upload images to FB as a base64 string, and keep getting this:
(Mint.HTTPError) the given data exceeds the request window size, which is 65536. The server will refill the window size of the request when ready. This will be handled transparently by stream/2.
Is there a way to significantly increase this limit so that
Req
can upload videos/images?The text was updated successfully, but these errors were encountered: