From: Charles Kerr Date: Thu, 17 Jul 2008 14:58:41 +0000 (+0000) Subject: (rpc) raise shttpd's buffer size from 16384 bytes to 65536 X-Git-Tag: 1.31~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1489451d7e4151677f8e1c84af5387543ca29272;p=transmission (rpc) raise shttpd's buffer size from 16384 bytes to 65536 --- diff --git a/third-party/shttpd/config.h b/third-party/shttpd/config.h index 8eb797dd7..9cc5e8f6a 100644 --- a/third-party/shttpd/config.h +++ b/third-party/shttpd/config.h @@ -15,7 +15,7 @@ #define VERSION "1.41" /* Version */ #define CONFIG_FILE "shttpd.conf" /* Configuration file */ #define HTPASSWD ".htpasswd" /* Passwords file name */ -#define URI_MAX 16384 /* Default max request size */ +#define URI_MAX 65536 /* Default max request size */ #define LISTENING_PORTS "80" /* Default listening ports */ #define INDEX_FILES "index.html,index.htm,index.php,index.cgi" #define CGI_EXT "cgi,pl,php" /* Default CGI extensions */