summaryrefslogtreecommitdiff
path: root/docs/differences.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-16 03:40:51 -0500
committerChris McDonough <chrism@plope.com>2012-01-16 03:40:51 -0500
commit4b6e73772c8ddbd8effc710c421e108648cac1e5 (patch)
tree685eb64803a1e9bb9feaafc2450575b1e421fe64 /docs/differences.rst
parente95e78158aa6d533044a3a80236a5db6fc70cdf1 (diff)
downloadwaitress-4b6e73772c8ddbd8effc710c421e108648cac1e5.tar.gz
Support the WSGI ``wsgi.file_wrapper`` protocol as per
http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling.
Diffstat (limited to 'docs/differences.rst')
-rw-r--r--docs/differences.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/differences.rst b/docs/differences.rst
index 1dd7d80..07783fa 100644
--- a/docs/differences.rst
+++ b/docs/differences.rst
@@ -61,3 +61,5 @@ Differences from ``zope.server``
Content-Length header.
- Dont hang a thread up trying to send data to slow clients.
+
+- Supports ``wsgi.file_wrapper`` protocol.