commit | 05eec9b8b807211f399f7a29e4814dab01d8a5e7 | [log] [tgz] |
---|---|---|
author | Cheng Tang <cheng.tang@supwisdom.com> | 周二 7月 09 09:33:37 2013 +0800 |
committer | Cheng Tang <cheng.tang@supwisdom.com> | 周二 7月 09 09:33:37 2013 +0800 |
tree | f49227e812f945db666533633fbf5389d2fa2676 | |
parent | e6e19a868fbbf623d937d64cfb29f2667080021a [diff] [blame] |
增加swagent 接口库
diff --git a/supwisdom/protocol/webservice.py b/supwisdom/protocol/webservice.py index 2a1b7a1..f6fd39a 100644 --- a/supwisdom/protocol/webservice.py +++ b/supwisdom/protocol/webservice.py
@@ -176,6 +176,7 @@ http_request = HTTPRequest(url=self.service_url, method='POST', headers={'Content-Type': 'application/json'}, connect_timeout=timeout, + request_timeout=timeout, body=self._pack_body(request, timeout)) http_resp = client.fetch(http_request) except HTTPError, ex: