diff options
| author | lijia <[email protected]> | 2024-06-21 14:32:39 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-06-21 16:16:26 +0800 |
| commit | 5d0168f5eb8c263b3e9b940b99b2c2097ee99282 (patch) | |
| tree | 066127ce92dbae231bce2dc0133071dc1d123f46 /src/http_decoder_inc.h | |
| parent | a2e5617ed5f32078b9e2fc1f1a2649aaef6b0eec (diff) | |
add asymmetric test case.
Diffstat (limited to 'src/http_decoder_inc.h')
| -rw-r--r-- | src/http_decoder_inc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http_decoder_inc.h b/src/http_decoder_inc.h index 0e0f0c5..9b64cad 100644 --- a/src/http_decoder_inc.h +++ b/src/http_decoder_inc.h @@ -46,8 +46,8 @@ extern "C" #define MEMPOOL_REALLOC(pool) #define MEMPOOL_FREE(pool, p) nmx_pfree(pool, p) -#define ENABLE_MEMPOOL 1 -#ifdef ENABLE_MEMPOOL +#define ENABLE_MEMPOOL 0 +#if ENABLE_MEMPOOL #define HD_CALLOC(pool, type, number) MEMPOOL_CALLOC(pool, number, type) #define HD_FREE(pool, p) MEMPOOL_FREE(pool, p) #else |
