about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/reverse_proxy.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rainbows/reverse_proxy.rb b/lib/rainbows/reverse_proxy.rb
index b96fa47..c1f1dc2 100644
--- a/lib/rainbows/reverse_proxy.rb
+++ b/lib/rainbows/reverse_proxy.rb
@@ -5,6 +5,9 @@ require 'thread'
 require 'uri'
 require 'kcar' # http://bogomips.org/kcar/ -- gem install kcar
 
+# This is lightly tested and has an unstable configuration interface.
+# ***** Do not rely on anything under the ReverseProxy namespace! *****
+#
 # A reverse proxy implementation for \Rainbows!  It is a Rack application
 # compatible and optimized for most \Rainbows! concurrency models.
 #