First couple of print statements for debugging a Heisenbug

This commit is contained in:
Gina Häußge 2014-08-06 10:18:23 +02:00
parent f2092ee89c
commit 5dc0333580

View file

@ -156,6 +156,8 @@ class UploadStorageFallbackHandler(tornado.web.RequestHandler):
else:
self._multipart_boundary = None
else:
print("### In UploadStorageFallbackHandler.prepare, invoking fallback")
self._fallback(self.request, b"")
self._finished = True
@ -411,6 +413,8 @@ class WsgiInputContainer(object):
:param body: an optional body to use as `wsgi.input` instead of `request.body`, can be a string or a stream
"""
print("### In WsgiInputContainer.__call__")
data = {}
response = []