crypto: remove use of this._readableState by calvinmetcalf · Pull Request #610 · nodejs/node

@calvinmetcalf

Per nodejs#445 this removes a reference to this._readableState in hash._flush. It was
used to get the encoding on the readable side to pass to the writable side but
omiting it just causes the stream to handle the encoding issues.

@vkurchatkin mentioned this pull request

Jan 27, 2015

44 tasks

vkurchatkin pushed a commit that referenced this pull request

Jan 28, 2015
Per #445 this removes a reference to this._readableState in hash._flush. It was
used to get the encoding on the readable side to pass to the writable side but
omitting it just causes the stream to handle the encoding issues.

PR-URL: #610
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>