diff --git a/libavformat/http.c b/libavformat/http.c
index d12dcaac1648845371b62f1dd89084b44a53946b..dfc01eee4c592c8904737d50fe26a68046d91f7c 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -250,6 +250,8 @@ redo:
 fail:
     if (s->hd)
         ffurl_closep(&s->hd);
+    if (location_changed < 0)
+        return location_changed;
     return ff_http_averror(s->http_code, AVERROR(EIO));
 }