alanmcgovern / monotorrent

The official repository for MonoTorrent, a bittorrent library for .NET
https://github.com/alanmcgovern/monotorrent
MIT License
1.15k stars 397 forks source link

Improve the test which validates empty files in hybrid torrents (issue #685) #686

Closed alanmcgovern closed 2 months ago

alanmcgovern commented 2 months ago

The test didn't verify the underlying bencoded dictionary contained no 'pieces root', but it did verify that no pieces root was loaded for zero length files.

This fixes one potential source of incompatibility when working with zero length files.