Chromium Code Reviews
DescriptionFix a crash in HttpVaryData::MatchesRequests.
crbug.com/469675 remove an implicit Vary: Cookie for redirected
requests. But some cached redirected requests could still have
HttpVaryData::is_valid_ == true.
Therefore some requests could reach a NOTREACHED() in
HttpVaryData::MatchesRequests() because comparing an HTTP request
vary that have a HttpVaryData::Init() now returning false because
no Vary from the request with a previously cached HttpVaryRequest
that have is_valid_ == true.
BUG=611575
Committed: https://crrev.com/7ec544a858f4dd2b5b3a0ad0949a1f24f55f10b4
Cr-Commit-Position: refs/heads/master@{#395317}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Addresses Gavin's nit #Messages
Total messages: 16 (6 generated)
|