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
} else {
start
0
};
if position != start {
@ -228,7 +228,7 @@ impl ReqwestHttpSrc {
uri,
body: Some(body),
seekable,
position: 0,
position: position,
size,
start,
stop,