mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue