Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 044da47353ea
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 1ab98a130e56
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 6, 2014

  1. test: replace http-destroyed-socket-write

    As a comment in the test states: "This test should not be ported to
    v0.10 and higher, because the problem is fixed by not ignoring
    ECONNRESET in the first place."
    
    The test is checking whether write returns false instead of whether an
    ECONNRESET has been raised.
    
    Replace with test-http-destroyed-socket-write2, this test verifies that
    ECONNRESET is raised when writing to an http request where the server
    has destroyed the socket.
    
    Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
    orangemocha authored and tjfontaine committed May 6, 2014
    Copy the full SHA
    1ab98a1 View commit details
    Browse the repository at this point in the history