Index: net/http/http_network_transaction.cc |
diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc |
index 8f33e20f3de4fc7845afade160064a802fe73de4..6f374967271913a33bcdfc77d125f8afc0f1040c 100644 |
--- a/net/http/http_network_transaction.cc |
+++ b/net/http/http_network_transaction.cc |
@@ -180,6 +180,11 @@ int HttpNetworkTransaction::Start(const HttpRequestInfo* request_info, |
if (request_->privacy_mode == PRIVACY_MODE_ENABLED) |
server_ssl_config_.channel_id_enabled = false; |
+ if (session_->ssl_config_service()->SupportsFastradioPadding( |
+ request_info->url)) { |
+ server_ssl_config_.fastradio_padding_eligible = true; |
+ } |
jeremyim
2015/02/03 05:42:47
It's possible to move the fastradio config setting
|
+ |
next_state_ = STATE_NOTIFY_BEFORE_CREATE_STREAM; |
int rv = DoLoop(OK); |
if (rv == ERR_IO_PENDING) |