mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
max_http_header_pool2: migrate context ah pool limit and count to unsigned int
This commit is contained in:
parent
f42c1064ce
commit
bdedd1a910
1 changed files with 1 additions and 1 deletions
|
@ -863,6 +863,7 @@ struct lws_context {
|
|||
unsigned int timeout_secs;
|
||||
unsigned int pt_serv_buf_size;
|
||||
int max_http_header_data;
|
||||
int max_http_header_pool;
|
||||
int simultaneous_ssl_restriction;
|
||||
int simultaneous_ssl;
|
||||
#if defined(LWS_WITH_PEER_LIMITS)
|
||||
|
@ -889,7 +890,6 @@ struct lws_context {
|
|||
volatile int service_tid;
|
||||
int service_tid_detected;
|
||||
|
||||
short max_http_header_pool;
|
||||
short count_threads;
|
||||
short plugin_protocol_count;
|
||||
short plugin_extension_count;
|
||||
|
|
Loading…
Add table
Reference in a new issue