]> granicus.if.org Git - libevent/commit
Enable (and debug) WSARecv for evbuffer iovec-like reads.
authorNick Mathewson <nickm@torproject.org>
Tue, 3 Feb 2009 05:22:57 +0000 (05:22 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 3 Feb 2009 05:22:57 +0000 (05:22 +0000)
commitcc049bfc306436d0d2ff94a4d47fa1c003a3c6e9
treece26a94749e028690167ef487d911905ad832d09
parentea11f8195fae2e559b369ad868c334947d84e055
Enable (and debug) WSARecv for evbuffer iovec-like reads.

The two things we were missing: the flags parameter is not optional, and an error can actually indicate a close.

svn:r1100
buffer.c