Index: net/http/http_network_transaction.cc |
=================================================================== |
--- net/http/http_network_transaction.cc (revision 89633) |
+++ net/http/http_network_transaction.cc (working copy) |
@@ -162,6 +162,9 @@ |
request_ = request_info; |
start_time_ = base::Time::Now(); |
+ if (request_->load_flags & LOAD_DISABLE_CERT_REVOCATION_CHECKING) |
+ ssl_config_.rev_checking_enabled = false; |
+ |
next_state_ = STATE_CREATE_STREAM; |
int rv = DoLoop(OK); |
if (rv == ERR_IO_PENDING) |