Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add tls.connect js stream write test #1594

Closed
wants to merge 1 commit into from

Conversation

mscdex
Copy link
Contributor

@mscdex mscdex commented May 3, 2015

This tests for an OpenSSL error with many tls socket writes with js streams.

stream = require('stream'),
net = require('net');

var common = require('../common.js');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

common instead of common.js please?

@mscdex mscdex force-pushed the test-tls-connect-stream-writes branch from b6d5bc9 to de00acf Compare May 3, 2015 01:09
@mscdex mscdex added tls Issues and PRs related to the tls subsystem. test Issues and PRs related to the tests. labels May 3, 2015
shigeki pushed a commit to shigeki/node that referenced this pull request May 6, 2015
The index of buffer to write in JSStream was always 0 by mistake. This
fix was to use increment index of buffer arrays.
The test was originally made by Brian White in nodejs#1594.

Fixes: nodejs#1595
Fixes: nodejs#1594
shigeki pushed a commit that referenced this pull request May 6, 2015
The index of buffer to write in JSStream was always 0 by mistake. This
fix was to use increment index of buffer arrays.
The test was originally made by Brian White in #1594.

Fix: #1595
Fix: #1594
PR-URL: #1635
Reviewed-By: Fedor Indutny <fedor@indutny.com>
@brendanashworth
Copy link
Contributor

This was merged in as a part of #1635 .

Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request May 19, 2015
The index of buffer to write in JSStream was always 0 by mistake. This
fix was to use increment index of buffer arrays.
The test was originally made by Brian White in nodejs#1594.

Fix: nodejs#1595
Fix: nodejs#1594
PR-URL: nodejs#1635
Reviewed-By: Fedor Indutny <fedor@indutny.com>
@mscdex mscdex deleted the test-tls-connect-stream-writes branch December 17, 2015 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants