Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 13255 invoked by uid 6000); 12 Jan 1998 22:30:15 -0000 Received: (qmail 13249 invoked from network); 12 Jan 1998 22:30:14 -0000 Received: from twinlark.arctic.org (204.62.130.91) by taz.hyperreal.org with SMTP; 12 Jan 1998 22:30:14 -0000 Received: (qmail 29693 invoked by uid 500); 12 Jan 1998 22:45:20 -0000 Date: Mon, 12 Jan 1998 14:45:20 -0800 (PST) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: [PATCH] mod_speling [300] Multiple Choices bug (Take 2) In-Reply-To: <19980109130721.21356@deejai.mch.sni.de> Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. Organization: Transmeta Corp. MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY=+BazGySraz5kW0TM Content-ID: Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --+BazGySraz5kW0TM Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-ID: +1 untested. Note your XXX regarding allocating lots of memory can be alleviated by creating a sub_pool to do the work, and then just passing the t from the sub_pool into table_set since it will be pstrdup()d into the main pool when done. It's still kind of yucky, but the memory is reclaimed this way. Dean --+BazGySraz5kW0TM--