From b951485c24b2c8673cfabf395e6a2937a7f81331 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 2 Aug 2017 19:11:27 -0700 Subject: [PATCH] DefaultSettings: Update wgLocalVirtualHosts documentation Change-Id: I4fb4724b78a1270df951e59c58c7482f0fb5ff34 --- includes/DefaultSettings.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 51320e25bd..a28aa5b3f5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8279,10 +8279,15 @@ $wgHTTPProxy = false; * Local virtual hosts. * * This lists domains that are configured as virtual hosts on the same machine. - * If a request is to be made to a domain listed here, or any subdomain thereof, - * then no proxy will be used. - * Command-line scripts are not affected by this setting and will always use - * proxy if it is configured. + * + * This affects the following: + * - MWHttpRequest: If a request is to be made to a domain listed here, or any + * subdomain thereof, then no proxy will be used. + * Command-line scripts are not affected by this setting and will always use + * the proxy if it is configured. + * - ChronologyProtector: Decide to shutdown LBFactory asynchronously instead + * synchronously if the current response redirects to a local virtual host. + * * @since 1.25 */ $wgLocalVirtualHosts = []; -- 2.20.1