From bbaea1236f9a788fcb3f76113dd0c3bae83a551b Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 18 Dec 2017 14:55:16 -0800 Subject: 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 --- src/async_wrap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/async_wrap.h') 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) \ -- cgit v1.2.3