trim proxy ads plus hostname stg 20/3120/1
authorAndy Green <andy.green@linaro.org>
Mon, 18 Feb 2013 04:02:18 +0000 (12:02 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:37 +0000 (13:01 -0800)
128 should be fine for hostname and proxy ads

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/private-libwebsockets.h

index 7b8b6f4..6c2ae74 100644 (file)
@@ -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;