mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
add empty line in log between request body and response
This commit is contained in:
parent
873db447bc
commit
dea5bfef24
@ -1530,7 +1530,7 @@ class groupdav extends HTTP_WebDAV_Server
|
|||||||
$content .= "\n";
|
$content .= "\n";
|
||||||
if ($this->request)
|
if ($this->request)
|
||||||
{
|
{
|
||||||
$content .= $this->request;
|
$content .= $this->request."\n";
|
||||||
}
|
}
|
||||||
$content .= 'HTTP/1.1 '.$this->_http_status."\n";
|
$content .= 'HTTP/1.1 '.$this->_http_status."\n";
|
||||||
foreach(headers_list() as $line) $content .= $line."\n";
|
foreach(headers_list() as $line) $content .= $line."\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user