mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-14 23:44:41 +00:00
MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined
Some users want to change these default settings but it was not convenient.
This commit is contained in:
parent
6f1615f596
commit
bf43f6eb32
@ -40,8 +40,13 @@
|
||||
#define MAXREWRITE (BUFSIZE / 2)
|
||||
#endif
|
||||
|
||||
#ifndef REQURI_LEN
|
||||
#define REQURI_LEN 1024
|
||||
#endif
|
||||
|
||||
#ifndef CAPTURE_LEN
|
||||
#define CAPTURE_LEN 64
|
||||
#endif
|
||||
|
||||
// maximum line size when parsing config
|
||||
#ifndef LINESIZE
|
||||
|
Loading…
Reference in New Issue
Block a user