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