mirror of https://github.com/lukechilds/node.git
Browse Source
This is causing the CryptoStreams to get into an awful state when there is a tight loop calling connection.write(chunk) waiting for a false return. Because CryptoStreams use read(0) to cycle data, this was causing the encrypted side to pull way too much data in from the cleartext side, since the read(0) would make it always call _read. The unfortunate side effect, fixed in the next patch, is that CryptoStreams don't automatically cycle when the Socket drains.v0.9.10-release
isaacs
12 years ago
1 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue