summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
authorJoe Gregorio <joe@bitworking.org>2009-09-29 17:09:16 -0400
committerJoe Gregorio <joe@bitworking.org>2009-09-29 17:09:16 -0400
commitcd8681064378da430c60d6f90e09d73cddb6856d (patch)
tree06b2293fbcbb02d627b0fd55379c42965295bb90 /python3
parent84cc10a399a96b0944c1d3369a6af3b88aefab17 (diff)
downloadhttplib2-cd8681064378da430c60d6f90e09d73cddb6856d.tar.gz
Fixed up test scripts so they work on new hosting provider
Diffstat (limited to 'python3')
-rwxr-xr-xpython3/httplib2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/httplib2/__init__.py b/python3/httplib2/__init__.py
index af0821c..ddaca98 100755
--- a/python3/httplib2/__init__.py
+++ b/python3/httplib2/__init__.py
@@ -986,7 +986,7 @@ a string that contains the response entity body.
conn.set_debuglevel(debuglevel)
if method in ["GET", "HEAD"] and 'range' not in headers and 'accept-encoding' not in headers:
- headers['accept-encoding'] = 'deflate, gzip'
+ headers['accept-encoding'] = 'gzip, deflate'
info = email.message.Message()
cached_value = None