commit | 1d4154a7c0bc44a9d036846f005b04b2d0bbead9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 13 22:57:02 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 13 22:57:02 2007 +0200 |
tree | a27bfd6d651bcef11ab51ed2e46743fab463d86e | |
parent | cf7f320f9d8ddda994ca0d8af7772da396bc00e9 [diff] [blame] |
[MAJOR] convert the header indexes to use mempool v2
diff --git a/src/cfgparse.c b/src/cfgparse.c index b532ce9..5165474 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c
@@ -2413,6 +2413,10 @@ curproxy->nb_rsp_cap * sizeof(char *), MEM_F_SHARED); + curproxy->hdr_idx_pool = create_pool("hdr_idx", + MAX_HTTP_HDR * sizeof(struct hdr_idx_elem), + MEM_F_SHARED); + /* for backwards compatibility with "listen" instances, if * fullconn is not set but maxconn is set, then maxconn * is used.