mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
remove current_alloc_len
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
cc7cb68ded
commit
3b49848b36
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ struct _lws_header_related {
|
|||
struct allocated_headers *ah;
|
||||
int lextable_pos;
|
||||
unsigned char parser_state; /* enum lws_token_indexes */
|
||||
int current_alloc_len;
|
||||
#ifndef LWS_NO_CLIENT
|
||||
char initial_handshake_hash_base64[30];
|
||||
unsigned short c_port;
|
||||
|
|
Loading…
Add table
Reference in a new issue