This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correctly handle gzipped unicode fixes 394
Summary: For gzipped requests, the decoding of unicode characters was failing, because it was was done, before decompressing the response payload. In this diff, the payload is first decompressed and decoded afterwards. For the calculation of the response size, this is removed, because it doesn't matter for the calculation of the size to correctly decode unicode characters. However, there might be a problem with displaying the correct size. This is tracked in T41427687. Reviewed By: jknoxville Differential Revision: D14366841 fbshipit-source-id: e375df1ec44505f6315dedbe71b3b62eac0f281a
- Loading branch information