From: Joey Hess Date: Sun, 11 Jan 2009 19:27:27 +0000 (-0500) Subject: pinger: Get whole url, don't just head. X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/85dcc2958a6f092a2841b4bb232a327dbf5c30b5?hp=85dcc2958a6f092a2841b4bb232a327dbf5c30b5 pinger: Get whole url, don't just head. Asking for only the head worked in my tests, but I've found a site where it didn't -- apparently ikiwiki didn't get a chance to do or finish the refresh when HEADed. Getting the whole url, waiting for ikiwiki to finish, avoided the update problem. ---