From: Junio C Hamano Date: Sun, 19 May 2019 07:45:29 +0000 (+0900) Subject: Merge branch 'mh/http-fread-api-fix' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fed9391fba44417d6d6559795c0f0194882f12c1;p=git.git 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. --- fed9391fba44417d6d6559795c0f0194882f12c1