Bug 130216 - Web Inspector: Network.loadResource should include the response status code
Summary: Web Inspector: Network.loadResource should include the response status code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 16:36 PDT by Joseph Pecoraro
Modified: 2014-03-13 18:13 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (6.65 KB, patch)
2014-03-13 17:02 PDT, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-03-13 16:36:25 PDT
Network.loadResource should include the response status code so even on successful 400/500 responses the frontend can consider them failures.
Comment 1 Joseph Pecoraro 2014-03-13 17:02:48 PDT
Created attachment 226629 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2014-03-13 18:13:32 PDT
<http://trac.webkit.org/changeset/165583>