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

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent bd9a94b44c
commit ad0219a156
  1. 1
      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 = '';

Loading…
Cancel
Save