We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f0ca1 commit c49ce80Copy full SHA for c49ce80
packages/node-http-handler/src/node-http2-handler.ts
@@ -65,6 +65,8 @@ export class NodeHttp2Handler
65
});
66
67
req.on("error", reject);
68
+ req.on("frameError", reject);
69
+ req.on("aborted", reject);
70
71
const { connectionTimeout } = this.httpOptions;
72
if (connectionTimeout) {
0 commit comments