reqwesthttpsrc: Map error response codes to the correct error messages

This commit is contained in:
ahamedsajeer.15 2019-07-17 02:27:35 +05:30 committed by Sebastian Dröge
parent 542f68dd07
commit 367ca9b996

View file

@ -210,7 +210,7 @@ impl ReqwestHttpSrc {
{ {
range_start range_start
} else { } else {
start 0
}; };
if position != start { if position != start {
@ -228,7 +228,7 @@ impl ReqwestHttpSrc {
uri, uri,
body: Some(body), body: Some(body),
seekable, seekable,
position: 0, position: position,
size, size,
start, start,
stop, stop,