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
Currently if you receive a response with Content-Encoding: br set and no body we get an error because Brotli doesn't like being called on an empty stream.
Currently if you receive a response with
Content-Encoding: brset and no body we get an error because Brotli doesn't like being called on an empty stream.