#include "acl/forward.h"
#include "base/forward.h"
#include "sbuf/forward.h"
#include "SquidString.h"
#include <memory>
#include <queue>
#include <stack>
#include <string>
Go to the source code of this file.
|
| void | Configuration::Parse () |
| | interprets (and partially applies) squid.conf or equivalent configuration
|
| |
◆ CONFIG_LINE_LIMIT
| #define CONFIG_LINE_LIMIT 2048 |
Limit to how long any given config line may be. This affects squid.conf and all included files.
Behaviour when setting larger than 2KB is unknown. The config parser read mechanism can cope, but the other systems receiving the data from its buffers on such lines may not.
Definition at line 33 of file ConfigParser.h.