Commit 504527178599afb4646340c29341119ba9408299

Authored by Marcelo Linhares Castro
1 parent e182b772
Exists in Marctmp

Debug ligado

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
rn/PendenciasTramiteRN.php
... ... @@ -107,6 +107,7 @@ class PendenciasTramiteRN extends InfraRN {
107 107 curl_setopt($curl, CURLOPT_SSLCERT, $this->strLocalizacaoCertificadoDigital);
108 108 curl_setopt($curl, CURLOPT_SSLCERTPASSWD, $this->strSenhaCertificadoDigital);
109 109 curl_setopt($curl, CURLOPT_TIMEOUT, self::TIMEOUT_SERVICO_PENDENCIAS);
  110 + curl_setopt($curl, CURLOPT_HTTPHEADER, array("Connection: close"));
110 111 return $curl;
111 112 }
112 113  
... ...