[Webkit-unassigned] [Bug 17754] [Curl] Implement ResourceHandle::loadResourceSynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 10 16:08:12 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17754


julien.chaffraix at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |julien.chaffraix at gmail.com
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED
  Attachment #19644|                            |review?
               Flag|                            |




------- Comment #1 from julien.chaffraix at gmail.com  2008-03-10 16:08 PDT -------
Created an attachment (id=19644)
 --> (http://bugs.webkit.org/attachment.cgi?id=19644&action=view)
First version

Implement all the necessary operations using an easy handle and
curl_easy_perform for 2 reasons :
- curl_easy_perform blocks until the transfert is finished.
- using the multi handle is tricky as we can be called from the multi Curl API
(throught a didFinishLoading for example) and that would cause random crashes
in Curl.


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



More information about the webkit-unassigned mailing list