garydgregory opened a new pull request, #476: URL: https://github.com/apache/httpcomponents-core/pull/476
Implement the "len" part of contract for `java.io.InputStream.read(byte[], int, int)` - If `len` is zero, then no bytes are read and 0 is returned. - Be explicit like we are for other invariants. - Mostly do not reply on fall-through behavior. - Tested with HTTP client git master at (current HEAD) commit 4009567af704530aa0578e34fc63dd8baa945d34 - Apply the same change to `SessionInputBuffer` and its implementation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org