tls.connect
from node:tls
errors with ECONNRESET
after sending data
#27652
Labels
tls.connect
from node:tls
errors with ECONNRESET
after sending data
#27652
Description
TLS connection established with
tls.connect
fromnode:tls
errors out withECONNRESET
after sending data to the server.Reproducible code snippet
Output
Version
deno 2.1.5 (stable, release, aarch64-apple-darwin)
v8 13.0.245.12-rusty
typescript 5.6.2
Additonal info
I did
git bisect
and found out that this issue seems to have started at c3c2b37 (which is included in v2.1.0).Both Node.js (v22.11.0) and Bun (v1.1.42) work fine. Here's the result of Node.js:
The text was updated successfully, but these errors were encountered: