summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-03-06 00:26:22 +0000
committerianb <devnull@localhost>2009-03-06 00:26:22 +0000
commit832e1603db91bf42c83c4a7351ffdc3265ffb1a0 (patch)
tree15c3333071c9da6c1d764791630811e80c39c5f5 /docs
parentc1cde173851d9713fb0a27f7b6683364ec861940 (diff)
downloadpaste-832e1603db91bf42c83c4a7351ffdc3265ffb1a0.tar.gz
Have the proxy handle a content-length of -1
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 67f85dc..7561617 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -22,6 +22,8 @@ svn trunk
don't always aggressively set cookies without the
``wildcard_cookie`` option. Also on logout, make cookies expire.
+* In :class:`paste.proxy.Proxy` handle Content-Length of -1.
+
1.7.2
-----