mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
remove duplicate const
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
745a69e7ce
commit
904b07d08c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue