Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/nghttp3/lib/nghttp3_qpack.h')
-rw-r--r--deps/nghttp3/lib/nghttp3_qpack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/nghttp3/lib/nghttp3_qpack.h b/deps/nghttp3/lib/nghttp3_qpack.h
index 1a3097cae8d..ddfb2b66385 100644
--- a/deps/nghttp3/lib/nghttp3_qpack.h
+++ b/deps/nghttp3/lib/nghttp3_qpack.h
@@ -195,7 +195,7 @@ void nghttp3_qpack_read_state_free(nghttp3_qpack_read_state *rstate);
void nghttp3_qpack_read_state_reset(nghttp3_qpack_read_state *rstate);
-#define NGHTTP3_QPACK_MAP_SIZE 128
+#define NGHTTP3_QPACK_MAP_SIZE 64
typedef struct {
nghttp3_qpack_entry *table[NGHTTP3_QPACK_MAP_SIZE];