<div dir="ltr"><div><br></div><div>---</div><div> modules/access/http/file.c | 1 +</div><div> 1 file changed, 1 insertion(+)</div><div><br></div><div>diff --git a/modules/access/http/file.c b/modules/access/http/file.c</div><div>index 5695c7f..3860625 100644</div><div>--- a/modules/access/http/file.c</div><div>+++ b/modules/access/http/file.c</div><div>@@ -253,6 +253,7 @@ block_t *vlc_http_file_read(struct vlc_http_file *file)</div><div>     if (block == NULL)</div><div>     {   /* Automatically reconnect if server supports seek */</div><div>         if (vlc_http_file_can_seek(file)</div><div>+         && file->offset < vlc_http_file_get_size(file)</div><div>          && vlc_http_file_seek(file, file->offset) == 0)</div><div>             block = vlc_http_res_read(file->resp);</div><div> </div><div>-- </div><div>1.9.1</div><div><br></div></div>