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

PipeStream bug fixes #1070

Closed

Conversation

jorgensigvardsson
Copy link

  • Handle non-zero offsets in Read(byte[], int, int): trivial change - drop the non-zero check, and use the offset in the target buffer index.
  • Blocking bug: Don't block the pipe if available data is less than what's in the buffer. It may the case that the remote party is not sending, because it's waiting for data from us!

* Handle non-zero offsets in Read(byte[], int, int): trivial change - drop the non-zero check, and use the offset in the target buffer index.
* Blocking bug: Don't block the pipe if available data is less than what's in the buffer. It may the case that the remote party is not sending, because it's waiting for data from us!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant