From dev-return-25690-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Fri Feb 01 20:12:28 2002 Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 95479 invoked by uid 500); 1 Feb 2002 20:12:27 -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 95465 invoked from network); 1 Feb 2002 20:12:27 -0000 Sender: gregames@Mail.MeepZor.Com Message-ID: <3C5AF63E.8924335D@remulak.net> Date: Fri, 01 Feb 2002 15:10:38 -0500 From: Greg Ames X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19-10mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: httpd 2.0 problem with ap_get_client_block References: <20020201162531.GL19999@ebuilt.com> <3C5AD6A4.21F17DAD@remulak.net> <20020201180154.GQ19999@ebuilt.com> <3C5ADF65.BEE05DAF@remulak.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Greg Ames wrote: > > Yeah, I think EBCDIC boxes may be broken in ap_rgetline. I posted > > asking for people with those boxes to give feedback. No one > > responded. > It might be a piece of cake fix. Is it true that inbound chunk headers no > longer go thru ap_[r]getline? (yeah I know, find and grep are my friends.) I just eyeballed ap_http_filter, and it looks like every inbound chunk header is still read via ap_getline, so that part looks fine. Greg