New issue
Advanced search Search tips

Issue 914863 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

DRP pingback may not be sent on cached responses

Project Member Reported by tbansal@chromium.org, Dec 13

Issue description

This is similar to  Issue 880655 . It seems that we are not sending the pingback on cached responses.

I manually browsed many pages with my patch (https://chromium-review.googlesource.com/c/chromium/src/+/1375459) that checks if the pingback is sent on cached responses, however, I could not get it to trigger even though in many cases DevTools showed that the main frame response is being served from cache.

That patch also passed the CQ which seems highly suspicious since DataReductionProxyNetworkDelegate::OnHeadersReceivedInternal() is called for every URL request regardless of whether data saver is enabled or not.
 
Description: Show this description
This is very likely fixed by network s13n as it uses a different pipeline to set whether it was from cache, but I couldn't find a page that uses HTTP and serves the main resource from cache.
Labels: -Pri-2 Pri-3
This seems low priority as per comment https://buganizer.corp.google.com/issues/67497970#comment111. 

Comment 4 by tbansal@chromium.org, Jan 18 (4 days ago)

Ryan: Can you confirm if it's fixed by s13n?

Sign in to add a comment