]> granicus.if.org Git - transmission/commitdiff
(rpc) raise shttpd's buffer size from 16384 bytes to 65536
authorCharles Kerr <charles@transmissionbt.com>
Thu, 17 Jul 2008 14:58:41 +0000 (14:58 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 17 Jul 2008 14:58:41 +0000 (14:58 +0000)
third-party/shttpd/config.h

index 8eb797dd705c7a4ddf08bbc2af757983319b6d2d..9cc5e8f6a9b7732ab6d1c5ab50e9595b9308bade 100644 (file)
@@ -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       */