Abstract out net.Server.prototype._rejectPending
authorRyan Dahl <ry@tinyclouds.org>
Thu, 28 Oct 2010 18:33:33 +0000 (11:33 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 28 Oct 2010 18:33:35 +0000 (11:33 -0700)
commitad61d77fa358be6759cbf52a370ab2e53a83364c
treed00c201f0335432461a96a5fe8856a4cecc4bf81
parent74d0a077ec278a767925c16f6a664512bd69b838
Abstract out net.Server.prototype._rejectPending

Does the same timeout action for maxConnections as it does for EMFILE.
benchmark/idle_server.js
lib/net.js