diff options
| -rwxr-xr-x | indra/llcorehttp/httpoptions.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcorehttp/httpoptions.cpp b/indra/llcorehttp/httpoptions.cpp index 2b42bcaf6d..3459a37aff 100755 --- a/indra/llcorehttp/httpoptions.cpp +++ b/indra/llcorehttp/httpoptions.cpp @@ -40,7 +40,7 @@ HttpOptions::HttpOptions() : RefCounted(true),      mTransferTimeout(HTTP_REQUEST_XFER_TIMEOUT_DEFAULT),      mRetries(HTTP_RETRY_COUNT_DEFAULT),      mUseRetryAfter(HTTP_USE_RETRY_AFTER_DEFAULT), -    mFollowRedirects(false), +    mFollowRedirects(true),      mVerifyPeer(false),      mVerifyHost(false),      mDNSCacheTimeout(-1L), | 
