Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 68479 invoked by uid 500); 31 May 2002 22:17:26 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 68466 invoked from network); 31 May 2002 22:17:26 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Fri, 31 May 2002 15:10:58 -0700 (PDT) From: Doug MacEachern To: Subject: Re: cvs commit: httpd-2.0/modules/http http_protocol.c In-Reply-To: <20020531143159.X19485@apache.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 31 May 2002, Justin Erenkrantz wrote: > httpd-test has no tests for input filtering. mod_input_body_filter.c at least, no? the protocol/ tests also hit input filters. > If I knew how to > get perl to send bogus requests, I would. But, my perl-fu is > severely lacking. -- justin see t/protocol/echo,nntp-like.t, you can send a request in any my $module = 'default'; #normally connects to port 8529 my $sock = Apache::TestRequest::vhost_socket($module); print $socket "SET \ ppp/2.2" ...