Merge branch 'dt/http-range'
commit848cdba579f81eda41267ee7e4333ab9db8a594a
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:27 +0000 (5 15:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:27 +0000 (5 15:24 -0800)
tree5f8aae23e6cc971184b525b291752c39cb95d413
parent2c78628255b8cc7f0b5d47981acea138db8716d2
parentf8117f550b900b0bc93364ecadbed237b0ffe25e
Merge branch 'dt/http-range'

A Range: request can be responded with a full response and when
asked properly libcurl knows how to strip the result down to the
requested range.  However, we were hand-crafting a range request
and it did not kick in.

* dt/http-range:
  http: use off_t to store partial file size
  http.c: use CURLOPT_RANGE for range requests