mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Strip empty lines from content
This commit is contained in:
parent
26e1c9ba89
commit
8682504c6e
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class Application:
|
|||
environ["wsgi.input"].read(content_length), environ)
|
||||
except socket.timeout:
|
||||
return response(client.REQUEST_TIMEOUT)
|
||||
self.logger.debug("Request content:\n%s" % content)
|
||||
self.logger.debug("Request content:\n%s" % content.strip())
|
||||
else:
|
||||
content = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue