Explorar o código

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

Yannick Warnier %!s(int64=8) %!d(string=hai) anos
pai
achega
ad0219a156
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 = '';