client stash: update path variable to larger size
This commit is contained in:
parent
ba5f80a00a
commit
65cefdf879
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ enum uri_esc_states {
|
||||||
#ifndef LWS_NO_CLIENT
|
#ifndef LWS_NO_CLIENT
|
||||||
struct client_info_stash {
|
struct client_info_stash {
|
||||||
char address[256];
|
char address[256];
|
||||||
char path[1024];
|
char path[4096];
|
||||||
char host[256];
|
char host[256];
|
||||||
char origin[256];
|
char origin[256];
|
||||||
char protocol[256];
|
char protocol[256];
|
||||||
|
|
Loading…
Add table
Reference in a new issue