[haproxy] Minor fix (#3928)

This commit is contained in:
DavidKorczynski 2020-06-03 18:18:11 +01:00 committed by GitHub
parent 934c770abb
commit 15d4c5566c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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