spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

stream: make socket hang up match node #152

Closed jonathanong closed 10 years ago

jonathanong commented 10 years ago

https://github.com/joyent/node/blob/afaff70a9b782c728b06a018d8473567c073df60/lib/_tls_wrap.js#L659

change message and set err.code = ECONNRESET

indutny commented 10 years ago

Landed in 972a4c4, thank you!