From 336fb18b44761eed9eb52c415ec8610d42d270f8 Mon Sep 17 00:00:00 2001 From: Madara Uchiha Date: Tue, 10 Nov 2020 19:06:41 +0200 Subject: [PATCH] http2: add support for AbortSignal to http2Session.request - Add support - Add test - Docs once PR is up PR-URL: https://github.com/nodejs/node/pull/36070 Backport-PR-URL: https://github.com/nodejs/node/pull/38386 Reviewed-By: Matteo Collina Reviewed-By: Benjamin Gruenbaum --- doc/api/http2.md | 9 +++ lib/internal/http2/core.js | 27 ++++++-- test/parallel/test-http2-client-destroy.js | 76 +++++++++++++++++++++- 3 files changed, 106 insertions(+), 6 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index 3e4f66f8cd4c06..f033b50548a1e7 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2,6 +2,9 @@