1
0
Fork 0
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:
Andy Green 2018-06-19 13:30:50 +08:00
parent f42c1064ce
commit bdedd1a910

View file

@ -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;