This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
TLS error thrown to global scope - CleartextStream error
event unhandled
#6179
Milestone
On node v0.10 in some cases (still investigating what actually causes that),
CleartextStream
emits an error event which isn't handled bySecurePair
.Output from crashing process looks like:
I can catch this error by setting up an
error
event handler onCleartextStream
inSecurePair
.The same code cause didn't cause any issues on node v0.8. I didn't manage to distill a test yet.
/cc @Southern
The text was updated successfully, but these errors were encountered: