diff --git a/lib/internal/http2/core.js b/lib/internal/http2/core.js index fc99b50eae21f2..aa7682be4daf46 100644 --- a/lib/internal/http2/core.js +++ b/lib/internal/http2/core.js @@ -1518,7 +1518,8 @@ function streamOnPause() { this[kHandle].readStop(); } -function afterShutdown() { +function afterShutdown(status) { + // Currently this status value is unused this.callback(); const stream = this.handle[kOwner]; if (stream) diff --git a/tools/cpplint.py b/tools/cpplint.py index 17f341a61d7a2c..bae270747670be 100755 --- a/tools/cpplint.py +++ b/tools/cpplint.py @@ -636,7 +636,7 @@ def GetNonHeaderExtensions(): _RIGHT_LEANING_POINTER_PATTERN = re.compile(r'[^=|(,\s><);&?:}]' r'(?