[webkit-reviews] review requested: [Bug 17754] [Curl] Implement ResourceHandle::loadResourceSynchronously : [Attachment 19644] First version

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


Julien Chaffraix <julien.chaffraix at gmail.com> has asked  for review:
Bug 17754: [Curl] Implement ResourceHandle::loadResourceSynchronously
http://bugs.webkit.org/show_bug.cgi?id=17754

Attachment 19644: First version
http://bugs.webkit.org/attachment.cgi?id=19644&action=edit

------- Additional Comments from Julien Chaffraix <julien.chaffraix at gmail.com>
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.


More information about the webkit-reviews mailing list