WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
43263
Web Inspector: Doesn't log http error status codes (codes >= 400) of main resource
https://bugs.webkit.org/show_bug.cgi?id=43263
Summary
Web Inspector: Doesn't log http error status codes (codes >= 400) of main res...
Matt Menke
Reported
2010-07-30 10:58:21 PDT
Created
attachment 63085
[details]
Python http error code server More accurately, InspectorController logs them on didReceiveResponse, but then clears the log on the following didCommitLoad event. Not exactly an earthshaking bug, but can be handy to have the error code logged. Have only checked this issue on Chromium using, I believe, webkit svn 63842, but the code causing the problem appears to be unchanged. Here's a simple Python http sever to test the issue. Go to
http://localhost:8000/
to get a page which returns an http error of 500 along with an html document that references 2 images that also return http error codes. Only the error codes of the two images end up in the log once the page is loaded.
Attachments
Python http error code server
(637 bytes, text/plain)
2010-07-30 10:58 PDT
,
Matt Menke
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug