Lines Matching full:gzip
19 import gzip
21 gzip = None
994 #A test case that verifies that gzip encoding works in both directions
996 @unittest.skipIf(gzip is None, 'requires gzip')
1019 #add a lone gzip header to induce decode error remotely
1020 connection.putheader("Content-Encoding", "gzip")
1064 @unittest.skipIf(gzip is None, 'requires gzip')