Re: [PATCH v10 2/6] http: always warn if libcurl version is too old

2016-12-15 Thread Junio C Hamano
Jeff King writes: > On Wed, Dec 14, 2016 at 02:39:51PM -0800, Brandon Williams wrote: > >> Always warn if libcurl version is too old because: >> >> 1. Even without a protocol whitelist, newer versions of curl have all >>non-http protocols disabled by default. > > Technically, non-http and no

Re: [PATCH v10 2/6] http: always warn if libcurl version is too old

2016-12-14 Thread Jeff King
On Wed, Dec 14, 2016 at 02:39:51PM -0800, Brandon Williams wrote: > Always warn if libcurl version is too old because: > > 1. Even without a protocol whitelist, newer versions of curl have all >non-http protocols disabled by default. Technically, non-http and non-ftp. Maybe just "non-standar