libuv/include
Ben Noordhuis 442d11d618 unix: avoid extra read, short-circuit on POLLHUP
Avoid going through an extra alloc_cb -> read() -> read_cb cycle when
the POLLHUP flag is set because we know the next read() will hit EOF.

Fixes #803.
2013-05-30 22:34:03 +02:00
..
uv-private unix: support for android builds 2013-05-25 21:16:52 +02:00
uv.h unix: avoid extra read, short-circuit on POLLHUP 2013-05-30 22:34:03 +02:00