Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spec for IO.copy_stream with partial writes
When the receiving stream doesn't accept all data written by IO.copy_stream, the runtime should continue attempting to write that data until what it read has been consumed. See jruby/jruby#6078 for an example bug in JRuby.
- Loading branch information