Commit c9033115 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "http/transport: add missing init"

This reverts commit e6ef1ae0.
This made no sense.
parent e6ef1ae0
......@@ -133,7 +133,7 @@ vlc_tls_t *vlc_https_connect(vlc_tls_creds_t *creds, const char *name,
/* TLS with ALPN */
const char *alpn[] = { "h2", "http/1.1", NULL };
char *alp = NULL;
char *alp;
vlc_tls_t *tls = vlc_tls_ClientSessionCreate(creds, fd, name, "https",
alpn, &alp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment