From 5743d081855fb71db736e6319b1deb6363994c0c Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 4 Sep 2010 20:27:41 +0200 Subject: added note about ContentLengthMiddleware's wsgi conformance --- wsgitools/middlewares.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wsgitools/middlewares.py b/wsgitools/middlewares.py index b6e5d54..46a93f5 100644 --- a/wsgitools/middlewares.py +++ b/wsgitools/middlewares.py @@ -124,6 +124,8 @@ class ContentLengthMiddleware: Please note that a value larger than 0 will violate the wsgi standard. The magical value C{()} will make it always gather all data. @type maxstore: int or () + @note: that setting maxstore to a value other than 0 will violate the + wsgi standard """ self.app = app self.maxstore = maxstore -- cgit v1.2.3