mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
add empty line in log between request body and response
This commit is contained in:
parent
bfd50d213e
commit
fa2c15e8c4
@ -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…
Reference in New Issue
Block a user