commit 9be72aff575e38f650525122a3d0918b6587849c
parent fc58007cc1dedff9d8300acdcfae62b25f5d9c6d
Author: Joris Vink <joris@coders.se>
Date: Sat, 23 Jun 2018 17:23:45 +0200
bump size of http_version array.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/http.c b/src/http.c
@@ -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;