Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 8952 invoked by uid 6000); 9 Aug 1998 16:27:51 -0000 Received: (qmail 8945 invoked from network); 9 Aug 1998 16:27:50 -0000 Received: from twinlark.arctic.org (204.62.130.91) by taz.hyperreal.org with SMTP; 9 Aug 1998 16:27:50 -0000 Received: (qmail 26727 invoked by uid 500); 9 Aug 1998 16:31:56 -0000 Date: Sun, 9 Aug 1998 09:31:56 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: cvs commit: apache-1.3/src/main http_config.c http_protocol.c In-Reply-To: <19980809063719.25779.qmail@hyperreal.org> Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org This is insufficient, as Dirk pointed out. We're still considering my patch, correct? Dean On 9 Aug 1998 fielding@hyperreal.org wrote: > Added default limits for various aspects of reading a > client request to avoid some simple denial of service attacks, > including limits on maximum request-line size, number of header > fields, size of any one header field, and size of the request > message body.