[Webkit-unassigned] [Bug 64263] libsoup-CRITICAL **: soup_message_io_pause: assertion `io != NULL' failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 09:09:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64263


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102522|review?                     |review-
               Flag|                            |




--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2011-08-01 09:09:53 PST ---
(From update of attachment 102522)
View in context: https://bugs.webkit.org/attachment.cgi?id=102522&action=review

> Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:708
> +    if ((soupMessage->status_code == SOUP_STATUS_NONE) || (soupMessage->status_code ==SOUP_STATUS_OK))

You are missing a space after the second ==. Shouldn't it be != too?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list