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
Allow empty content type for multipart form fields.
Fail aborted requests correctly.
Apply transfer timeouts correctly (was previously a header timeout only).
Check for incomplete response bodies and error out in case of an incomplete body.
Close sockets if response body is not consumed instead of trying to silently consume it in the background, which might hang indefinitely (depending on the timeout).