We'll have to support both, it seems.
---
 extras/proxy_pass.rb | 6 ------
 1 file changed, 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...
-- 
EW


Reply via email to