At 10:22 AM 10/17/01, you wrote: >Hi there, > >in Screen Name Service, we're currently investigating a problem regarding the >truncation/dropping of HTTP headers when they're becoming too big or too many >for the client or the server to handle. > >Just wanted to ask you guys if you know of any limitations of AOLserver in >this regard. Especially, do you guys support the following minimums for both >incoming and >outgoing headers: > > * 4K characters per HTTP header line > * 16K characters total for all HTTP header lines > * 100 HTTP header lines
The first two settings are all settable through the config.tcl. In particular, the defaults are 8K chars per line (MAXLINE) and 16K chars total for all HTTP header lines (MAXHEADERS). A brief inspection of aolserver/nsd/conn.c/ns_connreadheaders doesn't reveal any limit on the number of HTTP header lines. What's the screen name service? Jerry ======================================================== Jerry Asher [EMAIL PROTECTED] 1678 Shattuck Avenue Suite 161 Tel: (510) 549-2980 Berkeley, CA 94709 Fax: (877) 311-8688
