Bug 51646

Summary: Web Inspector: redirected resource requests not flagged as finished
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch pfeldman: review+

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.