[Webkit-unassigned] [Bug 16365] [cURL] Acid2 test segmentation fault

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 06:44:21 PST 2007


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





------- Comment #11 from zaheer.mot at gmail.com  2007-12-17 06:44 PDT -------
hi, in my tests with the patch i see that the cancel for cases where it is not
called in the context of multi_peform (e.g. opening a new url on the same
page), the previous url request does not end immediately. i was thinking if it
would be be more optimized to queue cancel job only in case its called in
context of multiperform.

downloadTimerCallback:
m_inMultiPerform = true;
curl_multi_perform..
m_inMultiPerform = false;

cancel:
if (m_inMultiPerform)
   d->cancelled=true
else
   removeFromCurl(job)



-- 
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.



More information about the webkit-unassigned mailing list