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 179f661 commit 0132cddCopy full SHA for 0132cdd
test/sequential/test-http-max-http-headers.js
@@ -24,7 +24,7 @@ function once(cb) {
24
}
25
26
function finished(client, callback) {
27
- 'abort error end'.split(' ').forEach((e) => {
+ ['abort', 'error', 'end'].forEach((e) => {
28
client.on(e, once(() => setImmediate(callback)));
29
});
30
0 commit comments