summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-04-17 21:12:31 +0000
committerianb <devnull@localhost>2007-04-17 21:12:31 +0000
commitdbfc6fff608542c540ff8ec9511eb55ed7a787f5 (patch)
tree822f6816ed62f73da1b3e8f86e8d424f55671ae5 /docs
parentd9c0501a75e6473127b7886a42eb4a94d22aa632 (diff)
downloadpaste-dbfc6fff608542c540ff8ec9511eb55ed7a787f5.tar.gz
Fix case with continuation headers
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 347f963..14ceec0 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -37,6 +37,9 @@ svn trunk
* Remove port from ``paste.request.construct_url`` if it's the default
port (e.g., port 80 for ``http``).
+* ``paste.proxy`` works with headers with continuations in the
+ response (i.e., a header that spans multiple lines).
+
1.3
---