tls: does not emit 'end' from EncryptedStream
authorkoichik <koichik@improvement.jp>
Tue, 25 Oct 2011 09:57:06 +0000 (18:57 +0900)
committerkoichik <koichik@improvement.jp>
Wed, 26 Oct 2011 15:18:29 +0000 (00:18 +0900)
commit0e8a55d2a22b88dc3b9b0165f344602b0fa8c977
tree6edc5805771c7a5c34937218fe1bf4479a4de1f4
parent13871fa2f8ec999279a2460818380d6bef7b7b38
tls: does not emit 'end' from EncryptedStream

de09168 and 4cdf9d4 breaks `test/pummel/test-https-large-response.js`.
It is never finished.

Fixes #1936.
lib/tls.js
test/simple/test-tls-pause-close.js [new file with mode: 0644]