summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-04-15 17:33:52 +0000
committerianb <devnull@localhost>2007-04-15 17:33:52 +0000
commit9a1dd5334fed7464bac390dc8f79aa22d52773f1 (patch)
treea9ee7c47ccd6eadd20a2e8efc13309f72d517a9d /docs
parent14646c9de1eea8ff96d02a66437bf2a75df35ea7 (diff)
downloadpaste-9a1dd5334fed7464bac390dc8f79aa22d52773f1.tar.gz
Add information about proxy requests
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index f00e677..9353fe2 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -15,6 +15,11 @@ svn trunk
it'll clear soon, and optionally killing the process when there are
too many lost/zombie threads.
+* Save host and scheme information during real HTTP proxy requests to
+ ``paste.httpserver``, into the keys
+ ``paste.httpserver.proxy.scheme`` and
+ ``paste.httpserver.proxy.host``
+
* In ``paste.exceptions`` always call ``start_response``; may help
problems when there is an exception in ``start_response`` itself.