* (bug 21551) Rewrote the Squid purge HTTP client to provide a more robust and genera...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 5 Feb 2010 03:36:04 +0000 (03:36 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 5 Feb 2010 03:36:04 +0000 (03:36 +0000)
commitcb982cfa1cf5a99a53e704e25616a48825a176bd
tree48f8d8faf26502ff153564e45d026e3a9117fe9f
parent3bca1224aa1d3b1f282bb2f00d814b63f71bd4c0
* (bug 21551) Rewrote the Squid purge HTTP client to provide a more robust and general implementation of HTTP, allowing it to purge non-Squid caches such as Varnish. Tested against Squid (keep-alive on or off), Varnish, various kinds of network error, benchmarked at ~3k req/s.
* Reverted what was left of r59178
* Removed $wgDebugSquid, didn't do anything anyway
CREDITS
RELEASE-NOTES
includes/AutoLoader.php
includes/DefaultSettings.php
includes/SquidPurgeClient.php [new file with mode: 0644]
includes/SquidUpdate.php