We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e3bc1 commit c38aac2Copy full SHA for c38aac2
test/fixtures/output/python/python3/accept-encoding-gzip.py
@@ -10,4 +10,4 @@
10
res = conn.getresponse()
11
data = res.read()
12
13
-print(data.decode("utf-8"))
+print(gzip.decompress(data).decode("utf-8"))
0 commit comments