[Webkit-unassigned] [Bug 114738] 304s broken for main resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 20:57:01 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114738





--- Comment #10 from Alexey Proskuryakov <ap at webkit.org>  2013-04-18 20:55:18 PST ---
> 4. Hit cmd-r repeatedly. Note that it gives a 200 response every time.

So you are observing the behavior through Web Inspector? That won't necessarily give you sufficient insight into what's going on with caching. CFNetwork does not return 304 results to the client, it returns cached 200 responses without any indication that they were served from cache.

We can only know that a response is 304 when it's served by WebCore cache.

I think that we have some bugs about this Web Inspector issue, but I can't find them now.

I'm not confident if this bug got resolved correctly. Can you try checking current behavior with tcpdump or equivalent?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list