Owez / torro

A correct and easy-to-use BitTorrent library
MIT License
9 stars 0 forks source link

Fix torro::test::ubuntu_20_04_torrent test not working #15

Closed Owez closed 4 years ago

Owez commented 4 years ago

Getting following error:

---- ubuntu_20_04_torrent stdout ----
thread 'ubuntu_20_04_torrent' panicked at 'called `Result::unwrap()` on an `Err` value: UnexpectedByte((123, 116))', tests/bencoded_torrents.rs:12:35
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

123 is the char 116, e.g. a "." for some URL that should not error

Owez commented 4 years ago

Fixed with 91653809abd8e47acbe69faccc7541b2bb2df7b3