Re: [PATCH] Trivial support for cloning and fetching via ftp://.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Saturday, September 16, 2006 - 2:12 am

Sasha Khapyorsky <sashak@voltaire.com> writes:


I think without you would have, just with extra error messages
that http codepath filters out.


Here you do the same as the code would for HTTP 404 when you get
550 _and_ RETR failure...


... but you say, while the original code says "declare error if
it is not HTTP 404", "oh by the way, if it is 550 _or_ if it
is RETR failure then do not trigger this if()".  I suspect you
meant to say this?

	    (slot->http_code != 550 ||
	     slot->curl_result != CURLE_FTP_COULDNT_RETR_FILE)) {


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Trivial support for cloning and fetching via ftp://., Sasha Khapyorsky, (Wed Sep 13, 7:24 pm)
Re: [PATCH] Trivial support for cloning and fetching via f ..., Junio C Hamano, (Sat Sep 16, 2:12 am)
Re: [PATCH] Trivial support for cloning and fetching via f ..., Sasha Khapyorsky, (Sat Sep 16, 10:41 am)
Re: [PATCH] Trivial support for cloning and fetching via f ..., Sasha Khapyorsky, (Sat Sep 16, 12:54 pm)