Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
appending ?ctime=XX to HTTP/HTTPS-requests.
|
|
The global configuration file, /etc/custodian/custodian.cfg, has a
timeout=XX setting in it. Until now we've ignored it and used a
fixed timeout of 20/30 seconds.
Now we fully honour the specified value.
|
|
are followed.
Added test-cases to match.
|
|
|
|
|
|
scheme of the URL.
e.g. This is wrong:
https://example.com/ must run http ..
("https" != "http").
|
|
|
|
incorrectly.
Fixed this now, based on the URL and added a test case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|