>From bc@mtiweb.net Thu Sep 7 21:54:28 1995 From: Barry Caplin To: bc@nag.com Subject: strlen patch I don't remember the exact reason for this but I think that long strings were blowing out some html forms. *** src/httpd.h.orig Sat Aug 19 21:46:49 1995 --- src/httpd.h Sat Aug 19 21:47:35 1995 *************** *** 411,416 **** /* The default string lengths */ - #define MAX_STRING_LEN 256 #define HUGE_STRING_LEN 8192 /* The timeout for waiting for messages */ --- 411,416 ---- /* The default string lengths */ #define HUGE_STRING_LEN 8192 + #define MAX_STRING_LEN HUGE_STRING_LEN /* The timeout for waiting for messages */