]> git.ipfire.org Git - thirdparty/grub.git/commit
http: fix superfluous null line in range request header
authorMichael Chang <mchang@suse.com>
Wed, 6 Apr 2016 10:19:14 +0000 (18:19 +0800)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sat, 9 Apr 2016 04:08:13 +0000 (07:08 +0300)
commitabf9beb7d667d3604774753cf698c439c6fbc736
tree6d9572cf37f9a2d68e3da1194641bee3027a6270
parentf4d35d49e32c29183b3492da18ea480d91716efe
http: fix superfluous null line in range request header

At least the apache sever is very unhappy with that extra null line and will
take more than ten seconds in responding to each range request, which slows
down a lot the entire http file transfer process or even time out.
grub-core/net/http.c