Skip to content

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.

1 participant