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

SshClient: CreateShellStream always uses a 1024 byte buffer #303

Closed
drieseng opened this issue Sep 17, 2017 · 0 comments
Closed

SshClient: CreateShellStream always uses a 1024 byte buffer #303

drieseng opened this issue Sep 17, 2017 · 0 comments
Labels

Comments

@drieseng
Copy link
Member

The CreateShellStream(...) overloads in SshClient allow for a buffer size to be specified, but that value is currently ignored and a 1024 byte buffer is always used instead.

Note that, for now, this buffer is only used in Write(Byte[] buffer, Int32 offset, Int32 count).

@drieseng drieseng added the bug label Sep 17, 2017
@drieseng drieseng added this to the 2016.1.0-beta3 milestone Sep 17, 2017
drieseng added a commit that referenced this issue Sep 17, 2017
Fixes issue #303.

Added tests for issue #303 and PR #211.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant