diff options
| author | ianb <devnull@localhost> | 2007-04-15 17:33:52 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-04-15 17:33:52 +0000 |
| commit | 9a1dd5334fed7464bac390dc8f79aa22d52773f1 (patch) | |
| tree | a9ee7c47ccd6eadd20a2e8efc13309f72d517a9d /docs | |
| parent | 14646c9de1eea8ff96d02a66437bf2a75df35ea7 (diff) | |
| download | paste-9a1dd5334fed7464bac390dc8f79aa22d52773f1.tar.gz | |
Add information about proxy requests
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 5 |
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. |
