diff options
Diffstat (limited to 'wsgitools/middlewares.py')
-rw-r--r-- | wsgitools/middlewares.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |