Re: Is cache_stoplist implemented ?

From: Ed Knowles <ed@dont-contact.us>
Date: Wed, 6 Aug 1997 23:50:30 -0500

G'day Jason!

Look at icpCachable() in icp.c:

    for (p = Config.cache_stoplist; p; p = p->next) {
        if (strstr(request, p->key))
            return 0;
    }

Later
Ed

-- 
Ed Knowles aka Jasper                              Phone : +61 2 9385 4962
E-mail: ed@fatboy.geog.unsw.edu.au                 Fax   : +61 2 9313 7878
            What I lack in morals I make up for in principles.
Received on Wed Aug 06 1997 - 06:53:10 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:56 MST