]> granicus.if.org Git - libevent/commit
Use new EVUTIL_ERR_*_RETRIABLE macros when we're testing an errno for blocking.
authorNick Mathewson <nickm@torproject.org>
Tue, 13 Jan 2009 19:20:04 +0000 (19:20 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 13 Jan 2009 19:20:04 +0000 (19:20 +0000)
commit81ab45add511fd02ac08924841ec811186b3e4bb
tree5bf59fe215516a61124495d2a3fccc015f19af87
parent5ebd23ad7472ce00dc8e5e2467df7ec02ef8584c
Use new EVUTIL_ERR_*_RETRIABLE macros when we're testing an errno for blocking.
Previously, we used inconsistent and incompletely ported ifdefs.
(We don't use these macros in platform-specific files like evpoll.c, since
they don't need to work on win32.)

svn:r995
bufferevent.c
evdns.c
http.c