浏览代码

Add keep_alive = false to SoapClient building options to avoid SSL connection binding issues

Yannick Warnier 8 年之前
父节点
当前提交
ad0219a156
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main/lp/openoffice_document.class.php

+ 1 - 0
main/lp/openoffice_document.class.php

@@ -205,6 +205,7 @@ abstract class OpenofficeDocument extends learnpath
             'trace' => 1,
             'exception' => 1,
             'cache_wsdl' => WSDL_CACHE_NONE,
+            'keep_alive' => false,
         );
         $client = new SoapClient(null, $options);
         $result = '';