Bug 51646 - Web Inspector: redirected resource requests not flagged as finished
Summary: Web Inspector: redirected resource requests not flagged as finished
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-27 07:37 PST by Andrey Kosyakov
Modified: 2011-01-01 11:19 PST (History)
10 users (show)

See Also:


Attachments
patch (7.55 KB, patch)
2010-12-28 09:27 PST, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2010-12-27 07:37:01 PST
When a resource request results in a redirect response, the network resource corresponding to redirect response is not flagged as finished by ResourceManager. This causes Resource.requestContent() to never invoke callback.
Comment 1 Andrey Kosyakov 2010-12-28 09:27:38 PST
Created attachment 77557 [details]
patch
Comment 2 Pavel Feldman 2011-01-01 11:19:02 PST
Fixed in r74714.