http: reset EOF indication in http_seek
authorStefan Fritsch <sf@sfritsch.de>
Sat, 30 Apr 2016 06:10:12 +0000 (09:10 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sat, 30 Apr 2016 06:13:34 +0000 (09:13 +0300)
commit13f7ead3a17a5c2681b95c4bb4f40d8eb8648880
tree25072e897b6d9959b18e44d7d2b8de3ef337b3a4
parent7a5b301e3adb8e054288518a325135a1883c1c6c
http: reset EOF indication in http_seek

Otherwise next read will stop polling too early due to stale EOF
indicator, returning incomplete data to caller.
grub-core/net/http.c