http2 build with alpn capable ssl no debug
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
3d033984f5
commit
b45054ed39
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue