Re: [PATCH] support older versions of libcurl

2005-07-29 Thread Johannes Schindelin
Hi, On Thu, 28 Jul 2005, Junio C Hamano wrote: > Johannes Schindelin <[EMAIL PROTECTED]> writes: > > > Some newer features of libcurl are used which are not strictly necessary > > for http-pull. Use them only if libcurl is new enough to know about them. > > Do you need to check against that many

Re: [PATCH] support older versions of libcurl

2005-07-28 Thread Junio C Hamano
Johannes Schindelin <[EMAIL PROTECTED]> writes: > Some newer features of libcurl are used which are not strictly necessary > for http-pull. Use them only if libcurl is new enough to know about them. Do you need to check against that many versions? Especially cleanup and init not depending on the

[PATCH] support older versions of libcurl

2005-07-28 Thread Johannes Schindelin
Some newer features of libcurl are used which are not strictly necessary for http-pull. Use them only if libcurl is new enough to know about them. Signed-off-by: Johannes Schindelin <[EMAIL PROTECTED]> --- http-pull.c |6 ++ 1 files changed, 6 insertions diff --git a/http-pull.c b/htt