diff options
author | Fedor Indutny <fedor@indutny.com> | 2015-03-13 22:41:26 -0700 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2015-03-14 21:08:38 -0700 |
commit | 4eb8810a27a710bcfdf15fc03fbb22a65e655aff (patch) | |
tree | 9a5e5a451ba0e9310dcc40a8d9fa1c3e36351ebf /deps/npm | |
parent | e90ed790c340af01b0b9daa7dec6ff52caccde77 (diff) | |
download | node-new-4eb8810a27a710bcfdf15fc03fbb22a65e655aff.tar.gz |
tls: re-enable `.writev()` on TLSWrap
Fix the `parallel/test-tls-over-http-tunnel.js` on Windows by
re-enabling the accidentally disabled `.writev()` method on TLSWrap.
It appears that there is some subtle issue with shutdown timing and it
manifests itself when the chunks are written in separate packets. This
leads to concurrent `shutdown`/`destroy`, which breaks the test.
PR-URL: https://github.com/iojs/io.js/pull/1155
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to 'deps/npm')
0 files changed, 0 insertions, 0 deletions