[Webkit-unassigned] [Bug 91630] Web Inspector: Incorrect XHR responses when two async xhrs are sent synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 07:50:41 PDT 2012


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





--- Comment #32 from Vsevolod Vlasov <vsevik at chromium.org>  2012-08-14 07:51:10 PST ---
(From update of attachment 158313)
View in context: https://bugs.webkit.org/attachment.cgi?id=158313&action=review

> Source/WebCore/inspector/InspectorResourceAgent.cpp:249
> +        if (resourceLoader && resourceLoader->isSubresourceLoader() && response.httpStatusCode() != 304)

Please extract isNotModified.

-- 
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