summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-get-pipeline-problem.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-get-pipeline-problem.js')
-rw-r--r--test/parallel/test-http-get-pipeline-problem.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-http-get-pipeline-problem.js b/test/parallel/test-http-get-pipeline-problem.js
index 4d36cd3f7e..9c51bd1191 100644
--- a/test/parallel/test-http-get-pipeline-problem.js
+++ b/test/parallel/test-http-get-pipeline-problem.js
@@ -1,3 +1,4 @@
+'use strict';
// We are demonstrating a problem with http.get when queueing up many
// transfers. The server simply introduces some delay and sends a file.
// Note this is demonstrated with connection: close.