summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-08-29 17:47:36 +0000
committerianb <devnull@localhost>2008-08-29 17:47:36 +0000
commitc7bc23c6b443930378be9e4c4dab408091f7a1bd (patch)
treeacc229ab177d6b4afeac402c73863f01f55b0587 /docs/news.txt
parentb8896004e5b3a70ab59be55eb93ae1d08ab29664 (diff)
downloadpaste-c7bc23c6b443930378be9e4c4dab408091f7a1bd.tar.gz
Add QUERY_STRING to Proxy requests (#232)
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 96ff21c..f04c930 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -7,7 +7,9 @@ svn trunk
---------
* In :mod:`paste.proxy`, added some more headers that are disallowed
- in WSGI (e.g., Keep-Alive). Send Content-Length.
+ in WSGI (e.g., Keep-Alive). Send Content-Length. Also fix the
+ missing query string when using :class:`paste.proxy.Proxy`
+ (:class:`paste.proxy.TransparentProxy` already worked).
* Make :mod:`paste.debug.prints` work with Google App Engine.