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
headers are utf-8 surrogate escaped now. raw_headers should be bytes -- encoded version doesn't allow restoring original bytestring back if encoding is not utf-8
The text was updated successfully, but these errors were encountered:
Done.
Personally I don't have a feeling that we need raw_headers in client request and especially in web.Response.
If somebody need it -- please open a separate issue.
headers
are utf-8 surrogate escaped now.raw_headers
should bebytes
-- encoded version doesn't allow restoring original bytestring back if encoding is not utf-8The text was updated successfully, but these errors were encountered: