mirror of https://github.com/google/oss-fuzz.git
[haproxy] Minor fix (#3928)
This commit is contained in:
parent
934c770abb
commit
15d4c5566c
|
@ -15,6 +15,9 @@
|
|||
* #
|
||||
* ################################################################################
|
||||
* */
|
||||
|
||||
#define HPACK_STANDALONE
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -27,7 +30,6 @@
|
|||
#include <common/chunk.h>
|
||||
#include <common/hpack-dec.h>
|
||||
#include <common/mini-clist.h>
|
||||
#define HPACK_STANDALONE
|
||||
|
||||
#define MAX_RQ_SIZE 65536
|
||||
#define MAX_HDR_NUM 1000
|
||||
|
|
Loading…
Reference in New Issue