diff options
Diffstat (limited to 'python3')
| -rw-r--r-- | python3/httplib2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/httplib2/__init__.py b/python3/httplib2/__init__.py index 9c48d8f..1599e68 100644 --- a/python3/httplib2/__init__.py +++ b/python3/httplib2/__init__.py @@ -1037,7 +1037,7 @@ a string that contains the response entity body. headers = self._normalize_headers(headers) if 'user-agent' not in headers: - headers['user-agent'] = "Python-httplib2/%s" % __version__ + headers['user-agent'] = "Python-httplib2/%s (gzip)" % __version__ uri = iri2uri(uri) |
