Skip to content

Commit ed3a2d0

Browse files
committed
src/io/itarbundle.rs: sigh, add a FIXME
1 parent 377fb41 commit ed3a2d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io/itarbundle.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ impl RangeRead for HttpRangeReader {
6565
let res = req.send()?;
6666

6767
if res.status != StatusCode::PartialContent {
68+
// FIXME: this loses the actual status code! Should report it.
6869
return Err(hyper::Error::Status.into());
6970
}
7071

0 commit comments

Comments
 (0)