client stash: update path variable to larger size

This commit is contained in:
sjames1958gm 2016-11-21 09:23:17 -06:00 committed by Andy Green
parent c2cd260311
commit 0bef3a8b01

View file

@ -1023,7 +1023,7 @@ enum uri_esc_states {
#ifndef LWS_NO_CLIENT
struct client_info_stash {
char address[256];
char path[1024];
char path[4096];
char host[256];
char origin[256];
char protocol[256];