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

Trivial merge