mirror of https://github.com/lukechilds/node.git
Browse Source
Let ECONNRESET network errors bubble up so clients can detect them.
Commit c4454d2e
suppressed and turned them into regular end-of-stream
events to fix the then-failing simple/test-regress-GH-1531 test. See
also issue #1571 for (scant) details.
It turns out that special handling is no longer necessary. Remove the
special casing and let the error bubble up naturally.
pummel/test-https-ci-reneg-attack and pummel/test-tls-ci-reneg-attack
are updated because they expected an EPIPE error code that is now an
ECONNRESET. Suppression of the ECONNRESET prevented the test from
detecting that the connection has been severed whereupon the next
write would fail with an EPIPE.
Fixes #1776.
v0.9.10-release
Ben Noordhuis
12 years ago
committed by
isaacs
3 changed files with 3 additions and 7 deletions
Loading…
Reference in new issue