Merge branch 'mh/http-fread-api-fix'
commitfed9391fba44417d6d6559795c0f0194882f12c1
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 07:45:29 +0000 (19 16:45 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 07:45:29 +0000 (19 16:45 +0900)
tree05c4c60b6cf882b866ee440026769087e0d4c522
parentb20b8fecfb3bc3fc27bc3709aba4e57f5388a62b
parent5c3d5a38231c2c8c5414232cfbb662b6610662b1
Merge branch 'mh/http-fread-api-fix'

A pair of private functions in http.c that had names similar to
fread/fwrite did not return the number of elements, which was found
to be confusing.

* mh/http-fread-api-fix:
  Make fread/fwrite-like functions in http.c more like fread/fwrite.