[Webkit-unassigned] [Bug 16071] Curl backend handles EINTR incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 18:58:05 PST 2007


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17431|review?                     |review+
               Flag|                            |




------- Comment #9 from mrowe at apple.com  2007-11-21 18:58 PDT -------
(From update of attachment 17431)
r=me, though I think the while should be written as while (condition) { } if
you're going to squish it all on one line.  It's too easy to overlook the
semicolon, and some versions of GCC like to emit warnings for code like this.


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