Skip to content

Commit c38aac2

Browse files
committed
accept-encoding gzip test case
1 parent a0e3bc1 commit c38aac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/output/python/python3/accept-encoding-gzip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
res = conn.getresponse()
1111
data = res.read()
1212

13-
print(data.decode("utf-8"))
13+
print(gzip.decompress(data).decode("utf-8"))

0 commit comments

Comments
 (0)