Merge branch 'ew/http-walker'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:24 +0000 (15:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:24 +0000 (15:10 -0700)
Dumb http transport on the client side has been optimized.

* ew/http-walker:
list: avoid incompatibility with *BSD sys/queue.h
http-walker: reduce O(n) ops with doubly-linked list
http: avoid disconnecting on 404s for loose objects
http-walker: remove unused parameter from fetch_object

1  2 
http.c
diff --cc http.c
Simple merge