http2 build with alpn capable ssl no debug
authorAndy Green <andy@warmcat.com>
Fri, 25 Mar 2016 13:03:01 +0000 (21:03 +0800)
committerAndy Green <andy@warmcat.com>
Fri, 25 Mar 2016 13:03:01 +0000 (21:03 +0800)
Signed-off-by: Andy Green <andy@warmcat.com>
lib/ssl-http2.c

index 4ff553b9ecd4b6fece5b8903cbe3c0cf409fb97b..f1344c23bc5c7d408fccceca205a14b4835968fc 100644 (file)
@@ -125,6 +125,7 @@ void lws_http2_configure_if_upgraded(struct lws *wsi)
                return;
        }
 
+       (void)method;
        lwsl_info("negotiated %s using %s\n", name, method);
        wsi->use_ssl = 1;
        if (strncmp((char *)name, "http/1.1", 8) == 0)