Skip to content

Commit

Permalink
Add link to google issue report
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff committed Sep 24, 2021
1 parent d52249b commit 900cec2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ internal object HttpService {
// Explicitly tell the server to not gzip the response.
// Otherwise, HttpUrlsConnection will open a GzipInflater and not close it,
// which triggers a StrictMode violation
// https://issuetracker.google.com/issues/37069164#comment11
conn.setRequestProperty("Accept-Encoding", "identity")
sendPostRequestContent(conn, jsonObject)
} catch (e: Throwable) {
Expand Down

0 comments on commit 900cec2

Please sign in to comment.