Hi, I update
% diff -u require/function_files.php~ require/function_files.php
--- require/function_files.php~ 2017-10-19 13:15:04.941413000 +0900
+++ require/function_files.php 2017-10-23 15:35:36.897576000 +0900
@@ -181,7 +181,7 @@
$contentlength = strlen($reqbody);
$reqheader = "POST $uri HTTP/1.1\r\n" .
- "Host: $host\n" . "User-Agent: OCS_local_" . GUI_VER . "\r\n" .
+ "Host: $host\r\n" . "User-Agent: OCS_local_" . GUI_VER . "\r\n" .
"Content-type: application/x-compress\r\n" .
"Content-Length: $contentlength\r\n\r\n" .
"$reqbody\r\n";