mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
trim proxy ads plus hostname stg
128 should be fine for hostname and proxy ads Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
73a820a989
commit
8dac94da67
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@ struct libwebsocket_context {
|
|||
int fds_count;
|
||||
int max_fds;
|
||||
int listen_port;
|
||||
char http_proxy_address[256];
|
||||
char canonical_hostname[1024];
|
||||
char http_proxy_address[128];
|
||||
char canonical_hostname[128];
|
||||
unsigned int http_proxy_port;
|
||||
unsigned int options;
|
||||
unsigned long last_timeout_check_s;
|
||||
|
|
Loading…
Add table
Reference in a new issue