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
At the moment we attempt UTF-8 decoding on responses and no decoding at all on request bodies. We should be checking for the charset flag within the Content-Type header e.g. Content-Type: text/html; charset=utf-8 and then apply that decoding. Not sure what to default to if that isn't present though, probably just attempt both ascii and UTF-8?
At the moment we attempt UTF-8 decoding on responses and no decoding at all on request bodies. We should be checking for the charset flag within the Content-Type header e.g.
Content-Type: text/html; charset=utf-8
and then apply that decoding. Not sure what to default to if that isn't present though, probably just attempt both ascii and UTF-8?This is what is causing issue #19
The text was updated successfully, but these errors were encountered: