Merge branch 'sz/maint-curl-multi-timeout' into maint
commit8b56a4702209a6054bd1eb89e9d63abfd6f4cf2e
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:44:36 +0000 (18 19:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:44:36 +0000 (18 19:44 -0800)
treef431ee2c5b4a01d619419909b0cfeeaf222a447d
parentb98769e06e50009b1b7b1ca465c0f3b0cf0f6fa3
parent7202b81ffccf89605ce2726ff9d63202b5f1da7f
Merge branch 'sz/maint-curl-multi-timeout' into maint

Sometimes curl_multi_timeout() function suggested a wrong timeout
value when there is no file descriptors to wait on and the http
transport ended up sleeping for minutes in select(2) system call.  A
workaround has been added for this.

* sz/maint-curl-multi-timeout:
  Fix potential hang in https handshake