cshannon opened a new pull request, #2154: URL: https://github.com/apache/activemq/pull/2154
This update makes the following changes/improvements: * If the wrapped stream is finished and returns -1 this is now returned correctly and availableBytes are not decremented. * Partial reads now will be attempted up to the availableBytes limit * If 0 is passed in for the length for a partial read then no attempt to read is done and 0 is returned, in line with the spec. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
