[Webkit-unassigned] [Bug 69972] Spurious warnings when receiving HTTP response code 204

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 11 09:34:44 PST 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118637|review?                     |review-
               Flag|                            |




--- Comment #7 from Pavel Feldman <pfeldman at chromium.org>  2011-12-11 09:34:44 PST ---
(From update of attachment 118637)
View in context: https://bugs.webkit.org/attachment.cgi?id=118637&action=review

> Source/WebCore/inspector/front-end/NetworkManager.js:155
> +            || resource.statusCode === 204

I don't think this is specific to the 204. This check is basically testing whether the mime type returned with the HTTP response is consistent with the type WebKit assigned to the loaded resource. The actual bug is in line 142 above that prints this.type and this.mimeType instead of resource.type and resource.mimeType. Fixing it will uncover whether 204 needs special handling.

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