[Webkit-unassigned] [Bug 44158] [soup] implement ResourceHandle::platformSetDefersLoading
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 30 11:35:22 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44158
--- Comment #11 from Dan Winship <danw at gnome.org> 2010-08-30 11:35:23 PST ---
(From update of attachment 65917)
> soup_session_queue_message(session, d->m_msg, finishedCallback, handle);
>
> + if (d->m_defersLoading)
> + soup_session_pause_message(session, d->m_msg);
This won't work; pause/unpause are sort of lame, and only work once I/O has actually started (eg, after the message has been assigned to a connection). If you want the message to be deferred right away, you need to just not queue it.
--
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