From cf0718f6490f01f1c4a3f0c90caf69c738c1c33d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 2 Jan 2007 13:07:28 +0000 Subject: Update the file comment for fetch.c as requested. svn path=/trunk/netsurf/; revision=3133 --- content/fetch.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/fetch.c b/content/fetch.c index 7fb082f02..cbff20644 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -12,9 +12,11 @@ * * This implementation uses libcurl's 'multi' interface. * - * Active fetches are held in the linked list fetch_list. There may be at most - * one fetch in progress from each host. Any further fetches are queued until - * the previous one ends. + * Active fetches are held in the circular linked list ::fetch_ring. There may + * be at most ::option_max_fetchers_per_host active requests per Host: header. + * There may be at most ::option_max_fetchers active requests overall. Inactive + * fetchers are stored in the ::queue_ring and there are at most + * ::option_max_cached_fetch_handles kept in there at any one time. */ #include -- cgit v1.2.3