summaryrefslogtreecommitdiff
path: root/src/node_http2_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_http2_state.h')
-rw-r--r--src/node_http2_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_http2_state.h b/src/node_http2_state.h
index 64a0942f7f..d21d0f9009 100644
--- a/src/node_http2_state.h
+++ b/src/node_http2_state.h
@@ -15,6 +15,7 @@ namespace http2 {
IDX_SETTINGS_MAX_FRAME_SIZE,
IDX_SETTINGS_MAX_CONCURRENT_STREAMS,
IDX_SETTINGS_MAX_HEADER_LIST_SIZE,
+ IDX_SETTINGS_ENABLE_CONNECT_PROTOCOL,
IDX_SETTINGS_COUNT
};