summaryrefslogtreecommitdiff
path: root/test/simple/test-https-strict.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-12-13 07:47:33 -0800
committerisaacs <i@izs.me>2012-12-14 17:46:23 -0800
commit19ecc3a4a6ed8b7256da4425307e18dba547492d (patch)
treefc945f6fba1b5071fdd33ed15656a0885ea0a7e0 /test/simple/test-https-strict.js
parent0977638ffb016c9e1ace5a9f6299d4bd4c27688c (diff)
downloadnode-19ecc3a4a6ed8b7256da4425307e18dba547492d.tar.gz
test updates for streams2
Diffstat (limited to 'test/simple/test-https-strict.js')
-rw-r--r--test/simple/test-https-strict.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/simple/test-https-strict.js b/test/simple/test-https-strict.js
index 43febc8e1..720b0a6db 100644
--- a/test/simple/test-https-strict.js
+++ b/test/simple/test-https-strict.js
@@ -170,6 +170,7 @@ function makeReq(path, port, error, host, ca) {
server2.close();
server3.close();
}
+ res.resume();
})
}