summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-02 16:48:46 -0500
committerChris McDonough <chrism@plope.com>2012-01-02 16:48:46 -0500
commita41d76281cb2aa49fcbca83b236794b765849e07 (patch)
tree58ed5fb7a52bc5c71cbd9d5bb0eb3d7c85b85a9e
parenta04be0481da5b6117eaab33f61d8cc1abf406a91 (diff)
downloadwaitress-a41d76281cb2aa49fcbca83b236794b765849e07.tar.gz
garden
-rw-r--r--docs/differences.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/differences.rst b/docs/differences.rst
index 38c776f..09cb30b 100644
--- a/docs/differences.rst
+++ b/docs/differences.rst
@@ -60,3 +60,4 @@ Differences from ``zope.server``
- Supports HTTP/1.1 chunked responses when application doesn't set a
Content-Length header.
+- Dont hang a thread up trying to send data to slow clients.