1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00

ss: allow larger paths

128 isn't enough for the case the urlpath holds larger urlargs
This commit is contained in:
Andy Green 2020-07-17 20:44:44 +01:00
parent a59035d821
commit 6625b70fb5

View file

@ -307,7 +307,7 @@ _lws_ss_client_connect(lws_ss_handle_t *h, int is_retry)
const struct ss_pcols *ssp;
size_t used_in, used_out;
union lws_ss_contemp ct;
char path[128], ep[96];
char path[1024], ep[96];
int port, _port, tls;
lws_strexp_t exp;