(bug 39005) Add $wgPurgeHttp11.
authorDaniel Friesen <pub-github@nadir-seen-fire.com>
Sun, 1 Apr 2012 22:34:35 +0000 (15:34 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 15 Oct 2012 00:57:51 +0000 (00:57 +0000)
commita8b3feec117865ddffc8429f2939fbd944240f16
tree6e83fc66074fde16c8151273acde1d30dd7f22f5
parent16f25691ea5382eb333bcd6801e714727e68704e
(bug 39005) Add $wgPurgeHttp11.

Allow SquidPurgeClient to send HTTP/1.1 PURGE requests with a Host header instead of
only sending HTTP/1.0 requests with the whole url in the PURGE line.

This is necessary to support some other reverse caching proxies like Varnish.

Change-Id: I85fe93a8ca97c5169f250967540e29fc70725119
RELEASE-NOTES-1.21
includes/DefaultSettings.php
includes/SquidPurgeClient.php