src: Make index of header int16_t
This commit is contained in:
parent
c55d7343ca
commit
8dd8d68b83
|
@ -214,7 +214,7 @@ enum {
|
|||
HD_MAXIDX,
|
||||
};
|
||||
|
||||
using HeaderIndex = std::array<int, HD_MAXIDX>;
|
||||
using HeaderIndex = std::array<int16_t, HD_MAXIDX>;
|
||||
|
||||
// Looks up header token for header name |name| of length |namelen|.
|
||||
// Only headers we are interested in are tokenized. If header name
|
||||
|
|
Loading…
Reference in New Issue