Chromium Code Reviews| Index: net/url_request/url_request_http_job.cc |
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc |
| index faf8d8407a6b061b32302f1a211b890749b82a33..e25477b6a486e9cac8500fd1039d8692d7f105a6 100644 |
| --- a/net/url_request/url_request_http_job.cc |
| +++ b/net/url_request/url_request_http_job.cc |
| @@ -159,7 +159,8 @@ void URLRequestHttpJob::NotifyHeadersComplete() { |
| if (!is_cached_content_) { |
| URLRequestThrottlerHeaderAdapter response_adapter( |
| response_info_->headers); |
| - throttling_entry_->UpdateWithResponse(&response_adapter); |
| + throttling_entry_->UpdateWithResponse(request_info_.url.host(), |
|
yzshen1
2011/03/18 22:49:51
A throttling entry is used for a specific URL (and
Jói
2011/03/23 23:38:24
Storing the host would increase the required stora
yzshen1
2011/03/24 20:06:37
Okay.
On 2011/03/23 23:38:24, Jói wrote:
|
| + &response_adapter); |
| } |
| ProcessStrictTransportSecurityHeader(); |