diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h index 7b8b6f41..6c2ae74f 100644 --- a/lib/private-libwebsockets.h +++ b/lib/private-libwebsockets.h @@ -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;