http2: let openssl mention the exact protocol negotiated

Remove a superfluous "negotiated http2" info line
This commit is contained in:
Daniel Stenberg
2014-03-31 09:00:58 +02:00
parent ef813c7097
commit 6448946ac3
2 changed files with 2 additions and 2 deletions

View File

@@ -1675,7 +1675,6 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
switch (conn->negnpn) {
case NPN_HTTP2:
infof(data, "Negotiated http2\n");
Curl_http2_init(conn);
Curl_http2_switched(conn);
break;