Fix a copy-paste-o

This commit is contained in:
Anders Broman 2020-05-13 20:44:27 +02:00
parent 75950c2e65
commit c46d61c278
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ static const nghttp2_hd_static_entry static_table[] = {
};
static const nghttp2_hd_static_entry dissect_index_table[] = {
MAKE_STATIC_ENT(":Failed deflate", "Index not seen before", "", -1, NGHTTP2_NV_FLAG_NONE),
MAKE_STATIC_ENT(":Failed deflate", "Index not seen before", -1, NGHTTP2_NV_FLAG_NONE),
};
static int memeq(const void *s1, const void *s2, size_t n) {