Skip to content

tls: fix typo `handle._reading` => `handle.reading`

Rodrigo Muino Tomonari requested to merge github/fork/indutny/fix/gh-988 into v1.x

The problem does not manifest itself on unixes, because uv_read_start() always return 0 there. However on Windows on a second call uv_read_start() returns UV__EALREADY destroying all sockets on a read attempt.

Set .reading property that is already handled by net.js code.

Fix: https://github.com/iojs/io.js/issues/988

Merge request reports

Loading