Merge branch 'mf/curl-select-fdset'
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Dec 2011 23:10:28 +0000 (15:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Dec 2011 23:10:28 +0000 (15:10 -0800)
* mf/curl-select-fdset:
http: drop "local" member from request struct
http.c: Rely on select instead of tracking whether data was received
http.c: Use timeout suggested by curl instead of fixed 50ms timeout
http.c: Use curl_multi_fdset to select on curl fds instead of just sleeping

No differences found