Commit b202483e authored by Theo Schlossnagle's avatar Theo Schlossnagle Committed by Ryan Dahl
Browse files

The following error can be thrown from accept on ECONNABORT. Instead, it should be ignored.

net:1100
        if (e.errno != EMFILE) throw e;
                               ^
Error: ECONNABORTED, Software caused connection abort
    at IOWatcher.callback (net:1098:24)
    at node.js:773:9
parent 1a894b39
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment