about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-11 10:49:07 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-11 11:13:20 +0000
commit3b3047f2f60a5f9c4f526fe8fcfc0d7897422abb (patch)
tree66f049ab5184e7ea38059fd7c3069f510d37c88a
parent04b8de2cf6c3037c45e60d3720472b09dd23efd5 (diff)
downloadrainbows-3b3047f2f60a5f9c4f526fe8fcfc0d7897422abb.tar.gz
Of course some folks believe nothing in Rainbows! is :.
-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.
 #