[Webkit-unassigned] [Bug 163597] [SOUP] Add NetworkSession implementation and switch to use it
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 19 14:54:34 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163597
--- Comment #17 from Alex Christensen <achristensen at apple.com> ---
(In reply to comment #6)
> (In reply to comment #4)
> > Comment on attachment 291949 [details]
> > Patch
> >
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=291949&action=review
> >
> > > Source/WebKit2/NetworkProcess/NetworkDataTask.h:147
> > > + bool isDownload() const { return !!m_pendingDownloadID.downloadID(); }
> >
> > Could we call this isPendingDownload?
>
> That's only true for Cocoa, in soup we don't have a download task, it's the
> same data task that becomes a download, so after the task is converted into
> a download it's no longer pending.
Oh, I missed this. Fine with me.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161019/e8922f3c/attachment.html>
More information about the webkit-unassigned
mailing list