bump size of http_version array.

This commit is contained in:
Joris Vink 2018-06-23 17:23:45 +02:00
parent fc58007cc1
commit 9be72aff57
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static struct http_request *http_request_new(struct connection *,
static struct kore_buf *header_buf;
static struct kore_buf *ckhdr_buf;
static char http_version[32];
static char http_version[64];
static u_int16_t http_version_len;
static TAILQ_HEAD(, http_request) http_requests;
static TAILQ_HEAD(, http_request) http_requests_sleeping;