http: remove the keepalive requests limit
commitb068871e4ca352048faf8db13d600ccdc429718d
authorEric Wong <e@80x24.org>
Mon, 18 Aug 2014 02:06:46 +0000 (18 02:06 +0000)
committerEric Wong <e@80x24.org>
Mon, 18 Aug 2014 02:06:46 +0000 (18 02:06 +0000)
tree38d2c728528bd4167a48bdbdb25100dbd2a4fb40
parent89341b3a377da0b8e1e2c0c0a0d9f9ad584b10ef
http: remove the keepalive requests limit

This was a hack for some event loops such as those found in nginx
and some Rainbows! concurrency models.  Using epoll/kqueue with
one-shot notification (which yahns does) avoids all fairness
problems.
ext/unicorn_http/unicorn_http.rl
test/unit/test_http_parser_ng.rb