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
Set SanitizedResponse content to bytes instead of string
The `content` property of a `Response` object is expected to always be
bytes (the `text` property should be a string).
This change fixes an issue where consumers of the library that were
returned a `SanitizedResponse` object could fail because they expected
the `content` attribute of it to be bytes instead of a string.
Signed-off-by: Carey Metcalfe <[email protected]>
0 commit comments