- Addressed an issue on Linux in which a newly-connected TCP socket stream could signal being ready for reading but, in practice, was actually still connecting and would return
EAGAIN
onread
/recv
. Previously, threads or processes employing such a stream may time out or deadlock waiting for data. Now, such contexts should successfully make forward progress.