in reply to Re^2: Missing data in IO::Socket::INET sysread/syswritein thread Missing data in IO::Socket::INET sysread/syswrite
sysread $sock, $total_bytes_to_read, 20; # could get less here too... [download]