http2 build with alpn capable ssl no debug

Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
Andy Green 2016-03-25 21:03:01 +08:00
parent 3d033984f5
commit b45054ed39

View 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)