[Webkit-unassigned] [Bug 17178] [curl] when using winsock, downloadTimerCallback bails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 21:24:13 PST 2008


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


kevino at theolliviers.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18919|0                           |1
        is obsolete|                            |
  Attachment #18978|                            |review?
               Flag|                            |




------- Comment #3 from kevino at theolliviers.com  2008-02-06 21:24 PDT -------
Created an attachment (id=18978)
 --> (http://bugs.webkit.org/attachment.cgi?id=18978&action=view)
Don't call select when there are no valid file descriptors on any platform

Good point, I did some more testing and not calling select() seems to work fine
on Unix platforms too, so I've taken out the #if PLATFORM(WIN_OS) and I've also
initialized rc to 0 so that it won't be used uninitialized.


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