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 tried with clear_headers, then adding the header with different value, like "application/json". It adds the header with the same key "Content-Type" twice and never removes the original "x-application/octet-stream".
The text was updated successfully, but these errors were encountered:
This fix improves upon the earlier commit to make the implementation more predictable
and semantically consistent with the interface for both the put and post methods.
I tried with clear_headers, then adding the header with different value, like "application/json". It adds the header with the same key "Content-Type" twice and never removes the original "x-application/octet-stream".
The text was updated successfully, but these errors were encountered: