--------------------- PatchSet 8938 Date: 2007/02/23 12:09:46 Author: adri Branch: storework Tag: (none) Log: Stop loading in the mime icons for now; we can't use them ATM anyway and its filling up the vm_objects page with spaf. Members: src/mime.c:1.18.2.1->1.18.2.2 Index: squid/src/mime.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/mime.c,v retrieving revision 1.18.2.1 retrieving revision 1.18.2.2 diff -u -r1.18.2.1 -r1.18.2.2 --- squid/src/mime.c 14 Feb 2007 14:18:24 -0000 1.18.2.1 +++ squid/src/mime.c 23 Feb 2007 12:09:46 -0000 1.18.2.2 @@ -1,6 +1,6 @@ /* - * $Id: mime.c,v 1.18.2.1 2007/02/14 14:18:24 adri Exp $ + * $Id: mime.c,v 1.18.2.2 2007/02/23 12:09:46 adri Exp $ * * DEBUG: section 25 MIME Parsing * AUTHOR: Harvest Derived @@ -408,6 +408,10 @@ HttpReply *reply; http_version_t version; request_t *r; + + /* We're not loading them for now, to keep the VM space empty */ + return; + if (type == NULL) fatal("Unknown icon format while reading mime.conf\n"); buf = internalStoreUri("/squid-internal-static/icons/", icon);