| Index: appengine/findit/common/http_client_appengine.py
|
| diff --git a/appengine/findit/common/http_client_appengine.py b/appengine/findit/common/http_client_appengine.py
|
| index 171f89773ca132841819695ac99c6f57802b8965..e356d2f631d528a35a20e499231cf275bf93ea86 100644
|
| --- a/appengine/findit/common/http_client_appengine.py
|
| +++ b/appengine/findit/common/http_client_appengine.py
|
| @@ -21,6 +21,7 @@ class HttpClientAppengine(RetryHttpClient): # pragma: no cover
|
| # We wanted to validate certificate to avoid the man in the middle.
|
| if not headers:
|
| headers = {}
|
| +
|
| if method in (urlfetch.POST, urlfetch.PUT):
|
| result = urlfetch.fetch(
|
| url, payload=data, method=method,
|
|
|