From 6c9e4bea8eeb22665269226fb240f62fff850f81 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 8 Apr 2010 12:16:52 +0000 Subject: Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llcachec. svn path=/trunk/netsurf/; revision=10300 --- content/fetchers/fetch_curl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/fetchers') diff --git a/content/fetchers/fetch_curl.c b/content/fetchers/fetch_curl.c index dd9f3ca17..62b8228d1 100644 --- a/content/fetchers/fetch_curl.c +++ b/content/fetchers/fetch_curl.c @@ -282,10 +282,10 @@ void fetch_curl_finalise(const char *scheme) * * The caller must supply a callback function which is called when anything * interesting happens. The callback function is first called with msg - * FETCH_TYPE, with the Content-Type header in data, then one or more times + * FETCH_HEADER, with the header in data, then one or more times * with FETCH_DATA with some data for the url, and finally with * FETCH_FINISHED. Alternatively, FETCH_ERROR indicates an error occurred: - * data contains an error message. FETCH_REDIRECT may replace the FETCH_TYPE, + * data contains an error message. FETCH_REDIRECT may replace the FETCH_HEADER, * FETCH_DATA, FETCH_FINISHED sequence if the server sends a replacement URL. * * Some private data can be passed as the last parameter to fetch_start, and -- cgit v1.2.3