Bug 65204 - Associated URL loaders should cancel loads when they go out of scope
Summary: Associated URL loaders should cancel loads when they go out of scope
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brett Wilson (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 13:43 PDT by Brett Wilson (Google)
Modified: 2011-07-26 14:53 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2011-07-26 13:51 PDT, Brett Wilson (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brett Wilson (Google) 2011-07-26 13:43:05 PDT
Currently the AssociatedURLLoader just continues the load even when it's been deleted which just queues up data somewhere.

The load should be canceled instead.
Comment 1 Brett Wilson (Google) 2011-07-26 13:51:16 PDT
Created attachment 102047 [details]
Patch
Comment 2 WebKit Review Bot 2011-07-26 14:53:04 PDT
Comment on attachment 102047 [details]
Patch

Clearing flags on attachment: 102047

Committed r91789: <http://trac.webkit.org/changeset/91789>
Comment 3 WebKit Review Bot 2011-07-26 14:53:07 PDT
All reviewed patches have been landed.  Closing bug.