diff options
author | Fedor Indutny <fedor@indutny.com> | 2015-02-28 02:07:25 +0300 |
---|---|---|
committer | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-02-27 21:59:19 -0800 |
commit | 755461219d6b60361d1b725833e5356e681d2ca3 (patch) | |
tree | bb438a3b971225b019ba31f5ce4f7f248ba12609 /src/res | |
parent | 675cffb33e6d8b89672892b431c2ac4258f06593 (diff) | |
download | node-new-755461219d6b60361d1b725833e5356e681d2ca3.tar.gz |
tls: fix typo `handle._reading` => `handle.reading`
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
PR-URL: https://github.com/iojs/io.js/pull/994
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Diffstat (limited to 'src/res')
0 files changed, 0 insertions, 0 deletions