oslo-incubator/openstack/common/middleware
Cyril Roelandt 75ee27a1d1 sizelimit: port to Python 3
In the tests, use bytes for the request body, since that is what is used by
webob in Python 3.

In RequestBodySizeLimiter.__call__(), do not compare NoneType to an integer: it
is forbidden in Python 3. Instead, properly handle the fact that
req.content_lenght might be None.

Change-Id: I179997789b9e2fcd3f3326e4d724e547c807f195
2014-04-14 17:04:03 +02:00
..
__init__.py reog from import merge 2011-09-27 13:21:47 -05:00
audit.py Trivial: Make vertical white space after license header consistent 2013-12-04 02:02:58 +05:30
base.py Trivial: Make vertical white space after license header consistent 2013-12-04 02:02:58 +05:30
catch_errors.py Update oslo log messages with translation domains 2014-02-17 07:04:14 -08:00
correlation_id.py Remove vim header 2013-11-25 12:16:11 +08:00
debug.py Merge "Trivial: Make vertical white space after license header consistent" 2014-01-20 14:27:53 +00:00
notifier.py Merge "Update oslo log messages with translation domains" 2014-02-21 14:14:22 +00:00
request_id.py Don't store the request ID value in middleware as class variable 2014-03-25 22:30:49 +00:00
sizelimit.py sizelimit: port to Python 3 2014-04-14 17:04:03 +02:00