From 8dac94da67946bbb57bfd46a89c4419aab8e00d9 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 18 Feb 2013 12:02:18 +0800 Subject: [PATCH] trim proxy ads plus hostname stg 128 should be fine for hostname and proxy ads Signed-off-by: Andy Green --- lib/private-libwebsockets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;