Apache 1.3 API Documentation

Constant HUGE_STRING_LEN

Definition:

#include "httpd.h"
     

Usage example:

char random_string[HUGE_STRING_LEN];
     

This constant defines the largest static string buffer Apache supports. The default setting is 8192 bytes, and changing it requires editing the httpd.conf file -- this setting cannot be overridden by a -D flag on the compiler command line.

See also:
CR, CRLF, LF, MAX_STRING_LEN, OS_ASC

Previous: HTTP_VERSION_NOT_SUPPORTED Next: ITERATE

Table of Contents (Routines, Structures, Data Cells, Constants)