projects
/
platform
/
upstream
/
libwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d03398
)
http2 build with alpn capable ssl no debug
author
Andy Green
<andy@warmcat.com>
Fri, 25 Mar 2016 13:03:01 +0000
(21:03 +0800)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/lib/ssl-http2.c
b/lib/ssl-http2.c
index 4ff553b9ecd4b6fece5b8903cbe3c0cf409fb97b..f1344c23bc5c7d408fccceca205a14b4835968fc 100644
(file)
--- a/
lib/ssl-http2.c
+++ b/
lib/ssl-http2.c
@@
-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)