mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

Rewrite of streaming reader #242

Closed fireduck64 closed 5 years ago

fireduck64 commented 5 years ago

The old version was not working well on blocking input streams, like from remote hosts where the read was not always full. And by not working well, I mean getting exactly 2 buffer lengths into large files before calling them done.

This new one works quite well, I've run a dozen GB through it so far.

Dead-off commented 5 years ago

thank you for this important fix!