From 8dd8d68b838f4489e9134c4784f0ccdec1fc9212 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 8 Feb 2015 13:05:37 +0900 Subject: [PATCH] src: Make index of header int16_t --- src/http2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http2.h b/src/http2.h index b704cf32..b3f1c32b 100644 --- a/src/http2.h +++ b/src/http2.h @@ -214,7 +214,7 @@ enum { HD_MAXIDX, }; -using HeaderIndex = std::array; +using HeaderIndex = std::array; // Looks up header token for header name |name| of length |namelen|. // Only headers we are interested in are tokenized. If header name