diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-16 03:40:51 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-16 03:40:51 -0500 |
| commit | 4b6e73772c8ddbd8effc710c421e108648cac1e5 (patch) | |
| tree | 685eb64803a1e9bb9feaafc2450575b1e421fe64 /docs/differences.rst | |
| parent | e95e78158aa6d533044a3a80236a5db6fc70cdf1 (diff) | |
| download | waitress-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.rst | 2 |
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. |
