From 904b07d08c71f9007d1c95c09b72fc0192251a85 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 26 Nov 2014 14:38:04 +0800 Subject: [PATCH] remove duplicate const Signed-off-by: Andy Green --- lib/http2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http2.c b/lib/http2.c index 24d5ba41..5d2fb9aa 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -182,7 +182,7 @@ static void lws_http2_settings_write(struct libwebsocket *wsi, int n, unsigned c *buf = wsi->u.http2.my_settings.setting[n]; } -static const char const * https_client_preface = +static const char * https_client_preface = "PRI * HTTP/2.0\x0d\x0a\x0d\x0aSM\x0d\x0a\x0d\x0a"; int