[Webkit-unassigned] [Bug 126686] [SOUP] Partial file left on disk after a download fails or is cancelled in WebKit2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 9 07:06:33 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126686
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #220706|review? |review+
Flag| |
--- Comment #2 from Martin Robinson <mrobinson at webkit.org> 2014-01-09 07:04:15 PST ---
(From update of attachment 220706)
View in context: https://bugs.webkit.org/attachment.cgi?id=220706&action=review
> Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestDownloads.cpp:313
> +static gboolean writeNextChunkIdle(SoupMessage *message)
> +{
> + soup_message_body_append(message->response_body, SOUP_MEMORY_STATIC, "chunk", 5);
> + return FALSE;
> +}
> +
> +static void writeNextChunk(SoupMessage *message)
Asterisks are in the wrong place here.
--
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