about summary refs log tree commit homepage
path: root/extras
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-05-11 01:37:25 +0000
committerEric Wong <e@80x24.org>2015-05-11 01:37:55 +0000
commitdddb97b840cc955d7b86b38a873d64701e931911 (patch)
treeced080336e16d786d29be1498f0ac2eeb0bed312 /extras
parent8ffb3d788517d675329bc5879c74b5531149d05d (diff)
downloadyahns-dddb97b840cc955d7b86b38a873d64701e931911.tar.gz
We'll have to support both, it seems.
Diffstat (limited to 'extras')
-rw-r--r--extras/proxy_pass.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/extras/proxy_pass.rb b/extras/proxy_pass.rb
index 99ca6d6..29dd995 100644
--- a/extras/proxy_pass.rb
+++ b/extras/proxy_pass.rb
@@ -9,12 +9,6 @@ require 'rack/request'
 require 'thread'
 require 'timeout'
 
-# compatibility class
-warn <<EOF
-See Yahns::ProxyPass for less memory-hungry (but more complex) implementating
-using rack.hijack
-EOF
-
 # Totally synchronous and Rack 1.1-compatible, this will probably be rewritten.
 # to take advantage of rack.hijack and use the non-blocking I/O facilities
 # in yahns.  yahns may have to grow a supported API for that...