Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3ADB1113C for ; Thu, 11 Sep 2014 12:15:44 +0000 (UTC) Received: (qmail 48791 invoked by uid 500); 11 Sep 2014 12:15:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 48731 invoked by uid 500); 11 Sep 2014 12:15:44 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 48721 invoked by uid 99); 11 Sep 2014 12:15:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 12:15:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ylavic.dev@gmail.com designates 209.85.213.181 as permitted sender) Received: from [209.85.213.181] (HELO mail-ig0-f181.google.com) (209.85.213.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 12:15:17 +0000 Received: by mail-ig0-f181.google.com with SMTP id h3so177766igd.14 for ; Thu, 11 Sep 2014 05:15:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fZYVXUndBdynlb789tZvsVdBtN3mjVoKO3JBkillL/g=; b=e6vww8M9SwLl8mOQU9goW0W+urv7cxoXocsdBbOjDHuYJSIoy3Ape9dHEu/5h4M+Ju wlXAKgwRHTbsdSuZAnGbnDnBhEenrpWtmXt4JzaEBFl8D49PwCSnkAT70Ps74wFQSVx+ VvB30YL3vFWwfZjggG5ks2NIFgunJyN4l2zpb7NthPtmKwvu7/+IBT+70CXj9/sRxdxj hTcaOKvLddTJ2xlRQYioQ1xuq3hkEv0C3e5WJJboxibPba68BcEpZCcIQNIinHi9I8m0 zS0BPQcOTvT44TANT0vqnYw9LS8LtVJKBvDqWcEG8FN37WOetgMmzY1WA5ipRDcQ+EmH hSOQ== MIME-Version: 1.0 X-Received: by 10.43.82.66 with SMTP id ab2mr1383573icc.56.1410437716514; Thu, 11 Sep 2014 05:15:16 -0700 (PDT) Received: by 10.42.13.211 with HTTP; Thu, 11 Sep 2014 05:15:16 -0700 (PDT) In-Reply-To: References: <715A3AE8-8015-4537-943F-A34E0E2A76F7@sharp.fm> <540DFB30.6050700@apache.org> <2F3B060C-E383-407F-A24C-7F026AD3CA81@sharp.fm> Date: Thu, 11 Sep 2014 14:15:16 +0200 Message-ID: Subject: Re: [Patch] Async write completion for the full connection filter stack From: Yann Ylavic To: httpd Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Sep 11, 2014 at 2:12 PM, Yann Ylavic wrote: > > AP_DECLARE(int) ap_filter_reinstate_brigade(ap_filter_t *f, > apr_bucket_brigade *buffered_bb, > apr_bucket_brigade *bb, > apr_bucket **flush_upto) > { > apr_bucket *bucket, *next; > apr_size_t bytes_in_brigade, non_file_bytes_in_brigade; > int eor_buckets_in_brigade, morphing_bucket_in_brigade; > int loglevel = ap_get_conn_module_loglevel(f->c, APLOG_MODULE_INDEX); > > *flush_upto = NULL; Oups, this is an unrelated change, but probably good to have too.