Remove incorrect argument

In rare cases this can cause a crash.
This commit is contained in:
Unrud 2016-08-10 23:41:19 +02:00
parent 5c2075cb6c
commit 9192a7751b

View File

@ -323,7 +323,7 @@ class Application:
# Set content length
if answer:
self.logger.debug("Response content:\n%s" % answer, environ)
self.logger.debug("Response content:\n%s" % answer)
answer = answer.encode(self.encoding)
accept_encoding = [
encoding.strip() for encoding in