Files
community.general/library
Grant Gavares cd51c7f234 Add socket timeout to uri module.
The uri module can be configured to abort after a specified timeout if
it cannot connect to the configured uri. This prevents a uri action from
hanging indefinitely when the remote endpoint cannot be reached because
it is unavailable, there is a firewall in place etc. The default behavior
is left unchanged: timeout=None

This change also introduces a new type for module_parameters: int
Code was added to perform conversion from string -> int type in
module_common.py.

The new type was required in order to play nice with httplib2 which
refuses to accept (and convert) anything other than a numeric type for
the timeout value.
2013-03-02 17:34:23 -08:00
..
2013-02-27 12:23:35 -08:00
2013-02-22 15:52:23 -05:00
2012-11-21 18:49:30 +01:00
2013-02-17 19:48:02 -05:00
2013-02-18 10:14:09 +00:00
2013-01-13 11:24:21 -08:00
2012-11-21 18:49:30 +01:00
2013-02-26 20:57:36 -05:00
2013-03-01 22:49:00 -08:00
2013-02-17 17:33:42 -05:00
2012-10-29 13:10:23 +01:00
2013-02-19 11:33:38 +01:00
2013-02-17 19:48:02 -05:00
2013-02-26 16:27:23 -06:00
2013-03-01 17:38:14 -05:00
2013-02-26 12:28:01 -05:00
2013-01-13 11:24:21 -08:00
2013-02-27 22:16:12 -05:00
2013-02-20 15:17:49 +01:00
2013-02-17 15:01:49 -05:00
2013-02-27 12:23:35 -08:00
2013-02-28 20:32:44 -05:00
2013-02-27 12:23:35 -08:00
2013-02-28 13:06:50 +01:00
2012-11-21 18:49:30 +01:00
2013-02-27 12:23:35 -08:00
2013-01-04 16:36:02 +10:00
2013-03-02 17:34:23 -08:00
2013-02-28 18:04:25 -08:00
2012-11-27 11:18:46 -05:00
2013-02-22 15:01:18 +01:00