summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-allow-req-after-204-res.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-allow-req-after-204-res.js')
-rw-r--r--test/parallel/test-http-allow-req-after-204-res.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parallel/test-http-allow-req-after-204-res.js b/test/parallel/test-http-allow-req-after-204-res.js
index 8de53a9e53..84dd876985 100644
--- a/test/parallel/test-http-allow-req-after-204-res.js
+++ b/test/parallel/test-http-allow-req-after-204-res.js
@@ -48,8 +48,9 @@ function nextRequest() {
if (countdown.dec()) {
// throws error:
nextRequest();
+ // TODO: investigate why this does not work fine even though it should.
// works just fine:
- //process.nextTick(nextRequest);
+ // process.nextTick(nextRequest);
}
}));
response.resume();