kaazing / netx

Network utility that extends java.net, including URL
Apache License 2.0
10 stars 6 forks source link

Fixed the issue with InputStream read returning negative value. #43

Closed ghost closed 8 years ago

ghost commented 8 years ago

The issue appears due to returning of the byte as integer.

sanjay-saxena commented 8 years ago

This pull-request contains these changes as well.