+---------- On Oct 17, Michael Schilli said: > * 4K characters per HTTP header line
The maximum length of each HTTP header line is controlled by the ns/server/servername maxline configuration parameter. The default is 8192 bytes. > * 16K characters total for all HTTP header lines The maximum total size of the HTTP header is controlled by the ns/server/servername maxheaders parameter. The default is 16384 bytes. > * 100 HTTP header lines AOLserver has no limit on the number of header lines. > Also, if you know of any other limitations, please let us know. Thanks for > your help! Have a look at nsconf.c for other configurable limits.
