From 9fb0a704e6b2d018fa3988e25f00df3963b25cc4 Mon Sep 17 00:00:00 2001 From: "wtc@google.com" Date: Wed, 8 Oct 2008 18:25:50 +0000 Subject: Use the new HTTP stack by default in the net module's tests, but continue to use WinHTTP by default in the test shell and chrome. The mapping of CRYPT_E_NO_REVOCATION_CHECK to ERR_CERT_NO_REVOCATION_MECHANISM (a certificate error code) is necessary to make the HTTPSTestServer's start and shutdown GET commands work. (The TestDelegate ignores all certificate errors.) R=darin Review URL: http://codereview.chromium.org/6472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3022 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_network_layer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/http/http_network_layer.cc') diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc index 9b2c468..8c504fc 100644 --- a/net/http/http_network_layer.cc +++ b/net/http/http_network_layer.cc @@ -20,7 +20,7 @@ namespace net { #if defined(OS_WIN) // static -bool HttpNetworkLayer::use_winhttp_ = true; +bool HttpNetworkLayer::use_winhttp_ = false; #endif // static -- cgit v1.1