about summary refs log tree commit homepage
path: root/lib/yahns.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-11-01 00:04:59 +0000
committerEric Wong <normalperson@yhbt.net>2013-11-01 00:04:59 +0000
commit7c32323bdd375b1167b42991c081e3b579ad8243 (patch)
treed044e1a6810437d331e2f3d54c974ca45400877b /lib/yahns.rb
parent885b2f28f3b31539140a8466e6205903bc7cf1d2 (diff)
downloadyahns-7c32323bdd375b1167b42991c081e3b579ad8243.tar.gz
It's conceivable a sub-optimally configured instance can have too
many Unix sockets connected to us.  This also implements expiry for
systems without sufficient "struct tcp_info" support.
Diffstat (limited to 'lib/yahns.rb')
-rw-r--r--lib/yahns.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/yahns.rb b/lib/yahns.rb
index b493dc2..39747a8 100644
--- a/lib/yahns.rb
+++ b/lib/yahns.rb
@@ -61,7 +61,6 @@ require_relative 'yahns/queue_epoll'
 require_relative 'yahns/stream_input'
 require_relative 'yahns/tee_input'
 require_relative 'yahns/queue_egg'
-require_relative 'yahns/client_expire'
 require_relative 'yahns/http_response'
 require_relative 'yahns/http_client'
 require_relative 'yahns/http_context'