Bug 84955 - [Soup] Message is being paused unnecessarily and not unpaused
Summary: [Soup] Message is being paused unnecessarily and not unpaused
Status: RESOLVED DUPLICATE of bug 85159
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 07:21 PDT by Gustavo Noronha (kov)
Modified: 2012-05-02 16:40 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2012-04-26 07:23 PDT, Gustavo Noronha (kov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2012-04-26 07:21:37 PDT
[Soup] Message is being paused unnecessarily and not unpaused
Comment 1 Gustavo Noronha (kov) 2012-04-26 07:23:29 PDT
Created attachment 138998 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2012-04-26 07:23:55 PDT
Comment on attachment 138998 [details]
Patch

Needs a test.
Comment 3 WebKit Review Bot 2012-04-26 07:25:47 PDT
Attachment 138998 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 1 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Dan Winship 2012-05-02 16:40:24 PDT
This patch isn't enough; in some cases, WebKit will complain if we call didReceiveResponse() on a response that is supposed to be deferred.

*** This bug has been marked as a duplicate of bug 85159 ***