summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-12-18 14:55:16 -0800
committerJames M Snell <jasnell@gmail.com>2017-12-22 12:54:13 -0800
commitbbaea1236f9a788fcb3f76113dd0c3bae83a551b (patch)
tree40336c64222d30233f5a23b310e9c6b8ea3466da /src/async_wrap.h
parent6100e12667429acad1827b6d918e512e55a7a6a7 (diff)
downloadandroid-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.tar.gz
android-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.tar.bz2
android-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.zip
http2: convert Http2Settings to an AsyncWrap
PR-URL: https://github.com/nodejs/node/pull/17763 Refs: https://github.com/nodejs/node/issues/17746 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'src/async_wrap.h')
-rw-r--r--src/async_wrap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/async_wrap.h b/src/async_wrap.h
index ec9e162ca7..c5dd450688 100644
--- a/src/async_wrap.h
+++ b/src/async_wrap.h
@@ -43,6 +43,7 @@ namespace node {
V(HTTP2SESSION) \
V(HTTP2STREAM) \
V(HTTP2PING) \
+ V(HTTP2SETTINGS) \
V(HTTPPARSER) \
V(JSSTREAM) \
V(PIPECONNECTWRAP) \