about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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...