diff options
| author | isaacs <i@izs.me> | 2012-12-13 07:47:33 -0800 |
|---|---|---|
| committer | isaacs <i@izs.me> | 2012-12-14 17:46:23 -0800 |
| commit | 19ecc3a4a6ed8b7256da4425307e18dba547492d (patch) | |
| tree | fc945f6fba1b5071fdd33ed15656a0885ea0a7e0 /test/simple/test-https-strict.js | |
| parent | 0977638ffb016c9e1ace5a9f6299d4bd4c27688c (diff) | |
| download | node-19ecc3a4a6ed8b7256da4425307e18dba547492d.tar.gz | |
test updates for streams2
Diffstat (limited to 'test/simple/test-https-strict.js')
| -rw-r--r-- | test/simple/test-https-strict.js | 1 |
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(); }) } |
