Fix GH-820. CryptoStream.end shouldn't throw if not writable
authorRyan Dahl <ry@tinyclouds.org>
Mon, 21 Mar 2011 21:36:30 +0000 (14:36 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 21 Mar 2011 21:36:49 +0000 (14:36 -0700)
commit7e28630f5ea63fb34c03ca7c8abee566da3cba9d
tree5cc15cfcdf9388f67dd7fba6bbd7255968c910b4
parent4198de280f7b391f67cf307471bff61b91fd806d
Fix GH-820. CryptoStream.end shouldn't throw if not writable

This matches the behavior of net.Socket
lib/tls.js