aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-15 13:56:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-15 13:56:12 -0400
commit0c4c9db9e8860d05eab5b9766d8719ceec1b0b9d (patch)
tree32d0d726c47cc3b4ca5bb3e6d7f4ae169b13bb42 /doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn
parentd4b2c4b56ca97c7e51f4fd122d54e23fa7207078 (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 'doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn')
-rw-r--r--doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn b/doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn
index ccd0e8543..2dc1e641b 100644
--- a/doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn
+++ b/doc/bugs/fails_to_verify_presence_via_http_while_wget_fetches_it_just_fine.mdwn
@@ -47,3 +47,5 @@ git-annex: drop: 1 failed
[[!meta author=yoh]]
+
+> [[done]] --[[Joey]]