summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2011-08-17 15:52:53 -0500
committerIan Bicking <ianb@colorstudy.com>2011-08-17 15:52:53 -0500
commit700ac21dbf6d04de914eb5c891371cd533afada8 (patch)
tree7cd2f75b3498e08212a0a0cbb0a850d44a9aec34 /docs
parent9c058efcd048445e5e5565f216727e2e32693526 (diff)
downloadpaste-700ac21dbf6d04de914eb5c891371cd533afada8.tar.gz
add news for last commit
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 43c87f7..4327d77 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -8,6 +8,13 @@ hg tip
* Fixed ``egg:Paste#cgi``
+* In ``paste.httpserver``: give a 100 Continue response even when the
+ server has been configured as an HTTP/1.0 server (clients may send
+ ``Expect: 100-Continue`` before they know the version), and wrap
+ 100 Continue ``environ['wsgi.input']`` files with LimitedLengthFile
+ just like normal request bodies are wrapped, keeping WSGI
+ applications from over-reading from the socket.
+
1.7.5.1
-------