about summary refs log tree commit homepage
path: root/lib/yahns/proxy_pass.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-15 08:18:59 +0000
committerEric Wong <e@80x24.org>2015-12-15 08:22:53 +0000
commit1105a6957eed26a922a27bd6e6dbbc457524b664 (patch)
tree9e8c2a06ea99a60054ae60ccd7c1eec1fbad9d58 /lib/yahns/proxy_pass.rb
parent0ffe20a3310e2c98c49034d2135ac41069d2fd85 (diff)
downloadyahns-1105a6957eed26a922a27bd6e6dbbc457524b664.tar.gz
We do not expose any sort of API beyond what's in the config file
manpage to our users.  Do not mislead them into thinking we
currently have a stable API (though I'm considering one).

This avoids wasting disk space and installation time for users who
do not have a: "gem: --no-ri --no-rdoc" line in their ~/.gemrc
Diffstat (limited to 'lib/yahns/proxy_pass.rb')
-rw-r--r--lib/yahns/proxy_pass.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yahns/proxy_pass.rb b/lib/yahns/proxy_pass.rb
index 9512318..728ab3e 100644
--- a/lib/yahns/proxy_pass.rb
+++ b/lib/yahns/proxy_pass.rb
@@ -10,7 +10,7 @@ require 'timeout'
 require_relative 'proxy_http_response'
 
 class Yahns::ProxyPass # :nodoc:
-  class ReqRes < Kgio::Socket
+  class ReqRes < Kgio::Socket # :nodoc:
     attr_writer :resbuf
     attr_accessor :proxy_trailers