commit | 071e94c31ce2d1549ecb34df1fea7f5a6cd210a6 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Tue Jul 12 10:26:34 2016 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Mon Aug 01 00:47:24 2016 +0000 |
tree | 525f2a692549bfe67da0c770d6094ae3e2c28faa | |
parent | d519cb71952e3b12273c7e396cbee5c84ab643f9 [diff] |
Set timeout value in urllib3.poolmanager.PoolManager If timeout is not set in urllib3.poolmanager.PoolManager, it will use "Python's default timeout for sockets", but if "timeout for sockets" is not set, the timeout will be infinite(will not timeout). so this is intented to set timeout value in urllib3.poolmanager. PoolManager to avoid infinite timeout. Change-Id: Ic035fdb93734c926b26b33feb610e0977e48c646 Closes-Bug: #1558931