Bugzilla – Bug 932
TCP connection limit does not work and isn't needed anyway
Last modified: 2008-08-18 10:53:01 UTC
The server reaches a deadlock if the TCP connection limit is ever reached. This can happen under not-too-bizarre conditions, eg browser's keepalive limit increased. Resets coming in on old connections are not handled, so the excess connections are never cleaned up. This features should be either: a) removed or b) fixed, and the limit increased to 100 or more
I will remove.