Dag-Erling Smørgrav 30787285b5 Since the socket is non-blocking, it is necessary to use select(2) even
when there is no timeout, because read(2) will return immediately if there
is no data waiting in the TCP buffer, causing fetch_read() to busy-loop on
slow connections.

MFC after:	3 weeks
Noticed by:	Yanhui Shen <shen.elf@gmail.com>
2012-04-30 12:11:45 +00:00
..
2012-02-11 20:43:01 +00:00
2012-04-18 07:02:53 +00:00
2012-04-19 03:20:13 +00:00
2012-03-29 06:19:00 +00:00
2012-03-23 23:07:02 +00:00
2012-04-25 21:59:56 +00:00
2011-09-28 14:52:25 +00:00
2012-03-30 12:34:34 +00:00
2012-02-25 14:31:25 +00:00