diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-15 13:56:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-15 13:56:12 -0400 |
commit | 0c4c9db9e8860d05eab5b9766d8719ceec1b0b9d (patch) | |
tree | 32d0d726c47cc3b4ca5bb3e6d7f4ae169b13bb42 /CHANGELOG | |
parent | d4b2c4b56ca97c7e51f4fd122d54e23fa7207078 (diff) |
Disable http-client's default 30 second response timeout when HEADing an url to check if it exists. Some web servers take quite a long time to answer a HEAD request.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ git-annex (6.20170521) UNRELEASED; urgency=medium directories, by forking a worker process and only deleting the test directory once it exits. * move, copy: Support --batch. + * Disable http-client's default 30 second response timeout when HEADing + an url to check if it exists. Some web servers take quite a long time + to answer a HEAD request. -- Joey Hess <id@joeyh.name> Sat, 17 Jun 2017 13:02:24 -0400 |