Projet

Général

Profil

« Précédent | Suivant » 

Révision 81c8b51d

Ajouté par Manuel Silvoso il y a presque 10 ans

Convert protocol ssl:// to https:// when creating http headers

Voir les différences:

etc/inc/xmlrpc_client.inc
1002 1002
            return false;
1003 1003
        }
1004 1004
        if ($this->proxy) {
1005
            $this->headers = 'POST ' . $this->protocol . $this->server;
1005
            $this->headers = 'POST ' . ($this->protocol=='ssl://'?'https://':$this->protocol). $this->server;
1006 1006
            if ($this->proxy_port) {
1007 1007
                $this->headers .= ':' . $this->port;
1008 1008
            }

Formats disponibles : Unified diff