Deal with plain nginx's failure to handle chunked requests

This commit is contained in:
Garrett Holmstrom
2013-04-25 15:08:11 -07:00
parent c32cae6d66
commit 7c91a06338

View File

@@ -78,7 +78,7 @@ class BaseRequest(BaseCommand):
self.path = None
self.headers = {}
self.params = {}
self.body = None
self.body = ''
# HTTP response obtained from the server
self.response = None