summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/internal/http2/core.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/internal/http2/core.js b/lib/internal/http2/core.js
index b78ecaf5ee..8e84eadbff 100644
--- a/lib/internal/http2/core.js
+++ b/lib/internal/http2/core.js
@@ -1515,7 +1515,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)