Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 66844 invoked from network); 16 Feb 2008 03:02:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2008 03:02:43 -0000 Received: (qmail 84482 invoked by uid 500); 16 Feb 2008 03:02:37 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 84458 invoked by uid 500); 16 Feb 2008 03:02:37 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 84445 invoked by uid 99); 16 Feb 2008 03:02:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 19:02:37 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of moacir.schmidt@gmail.com designates 209.85.198.191 as permitted sender) Received: from [209.85.198.191] (HELO rv-out-0910.google.com) (209.85.198.191) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 03:02:05 +0000 Received: by rv-out-0910.google.com with SMTP id l15so593683rvb.24 for ; Fri, 15 Feb 2008 19:02:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=MonHWs68LHVYzi21WtH9ivV6HjNTZDE1GvSn/zqHYc8=; b=WTb/bGxv9VO0slJyu/1MyibWN1ZbEnC8Ub1h0yZ2toNTbJk2qviXKZZcOsBr83soBl2/gz43qQia9lUKQayhdGz5m4NBFfyZcY2/I7L1vz3a3QwT4Mq8Ha7CM/gBccyT8/tIriRwMzd/9crNQwLDg8rv6sFrgtrsE9hL/LE0Kqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=L+OjEAmK8dd0S0R3FoLNjMee0CcaXLYEFEONyvpw9pxj2ZYDcw/90uRHDJ30m9ST/fIIVI7E6Yxap7QkmWZxR47MA2mPr8nAU9qxaaPUOEB8Pd+EzP21B4W4iU1mhjjtBjM/FwJL20j+8uJT6u914GsCIjVrytHPg6is/fdGmQk= Received: by 10.142.245.10 with SMTP id s10mr2919263wfh.12.1203130933813; Fri, 15 Feb 2008 19:02:13 -0800 (PST) Received: by 10.142.109.4 with HTTP; Fri, 15 Feb 2008 19:02:13 -0800 (PST) Message-ID: <63b881f40802151902sa9e0662ge99f9a6ff2e01170@mail.gmail.com> Date: Sat, 16 Feb 2008 00:02:13 -0300 From: "Moacir Schmidt" To: modules-dev@httpd.apache.org Subject: Re: ap_get_brigade hangs when submitting a muitipart/form-data In-Reply-To: <003001c86feb$24b2bb70$6501a8c0@T60> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_211_22368832.1203130933809" References: <63b881f40802141053g70d0109y80171c61707ddd6c@mail.gmail.com> <47B4A111.8020405@netstellar.com> <003001c86feb$24b2bb70$6501a8c0@T60> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_211_22368832.1203130933809 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline ***News***: After some days and headaches, I figured out that this problem occurs only on my local machine running IE (6 or 7) on Windows Server 2003 accessing Debian Linux (sarge or etch) on a virtual machine at the same computar (using vmware) with apache 2.2.3-4 or 2.2.8. It does not happen on my production apache server. I still have no idea why above configuration causes this strange behaviour...but the problem seems not so important now! On 2/15/08, Brian Smith wrote: > > Jarek Kucypera wrote: > > ap_get_brigade is designed to be used in input filters. > > If you want read request data in your content handler, you > > must use ap_should_client_block and ap_get_client_block. > > There are lots of modules that ship with Apache that are using > ap_get_brigade, and the source code for ap_get_client_block specifically > warns against using ap_get_client_block. So, I believe the above is not > true. > > - Brian > > ------=_Part_211_22368832.1203130933809--