mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
remove extension cruft from struct lws
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
60fbc63513
commit
33fa908293
2 changed files with 0 additions and 5 deletions
|
@ -11,9 +11,6 @@ struct libwebsocket *__libwebsocket_client_connect_2(
|
|||
int plen = 0;
|
||||
|
||||
lwsl_client("__libwebsocket_client_connect_2\n");
|
||||
#ifndef LWS_NO_EXTENSIONS
|
||||
wsi->candidate_children_list = NULL;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* proxy?
|
||||
|
|
|
@ -355,8 +355,6 @@ struct libwebsocket {
|
|||
void *active_extensions_user[LWS_MAX_EXTENSIONS_ACTIVE];
|
||||
unsigned char count_active_extensions;
|
||||
unsigned int extension_data_pending:1;
|
||||
struct libwebsocket *extension_handles;
|
||||
struct libwebsocket *candidate_children_list;
|
||||
#endif
|
||||
unsigned char ietf_spec_revision;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue