Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 37982 invoked by uid 500); 20 Jan 2002 19:09: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 37964 invoked from network); 20 Jan 2002 19:09:25 -0000 Date: Sun, 20 Jan 2002 11:09:29 -0800 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: mod_ssl input filtering WAS Re: [PATCH] Re: PHP Apache2Filter Message-ID: <20020120190929.GK17601@ebuilt.com> Mail-Followup-To: Justin Erenkrantz , dev@httpd.apache.org References: <20020120184422.GJ17601@ebuilt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.25i X-AntiVirus: scanned for viruses by AMaViS 0.2.1-pre3 (http://amavis.org/) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Sun, Jan 20, 2002 at 10:59:54AM -0800, Doug MacEachern wrote: > On Sun, 20 Jan 2002, Justin Erenkrantz wrote: > > > Also, be aware that the *readbytes may change to readbytes. I > > don't know who has commit access to PHP, but it'd be nice if > > someone over there applied the following for now. =) -- justin > > i've adjusted modperl and php (with the same fix as your patch) just a few > minutes ago. nice work btw, makes things much cleaner. Cool. Thanks. Oh, also, mod_ssl may want to take advantage of the new apr_brigade_split_line call (see how core_input_filter calls it). I'm rewriting ap_rgetline in my tree, so things are sort of a mess in my tree. But, it should ease the complexity a bit. What do you think about that? I know that was one of your complaints in the recent input filtering changes in mod_ssl. -- justin