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 9A9B717B39 for ; Sat, 18 Oct 2014 07:29:25 +0000 (UTC) Received: (qmail 73756 invoked by uid 500); 18 Oct 2014 07:29:25 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 73696 invoked by uid 500); 18 Oct 2014 07:29:25 -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 73686 invoked by uid 99); 18 Oct 2014 07:29:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 07:29:24 +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.182 as permitted sender) Received: from [209.85.213.182] (HELO mail-ig0-f182.google.com) (209.85.213.182) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 07:28:58 +0000 Received: by mail-ig0-f182.google.com with SMTP id hn15so2086012igb.15 for ; Sat, 18 Oct 2014 00:28:57 -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=f+9ohVOclI8uh28PnuHOFxNJyYIXs0FadXcfSZ22kbU=; b=MX8a+cfPzxGsZve+8AJERwQOLWe6vf85QUvoxhbXMsGCMET/PMzmpoKVoRIx9jgwXA i03tc/8atxHpPiLoWZjVZWIR9PIpSOqgm0yI2iI2gpm9xADjHpL6N78oiOFZfpfzrPFm +QTIbCi2z8WvY0GaRtW7WgPq+tRPGiV2YOzZXmf2oL+cL+GxmVV3m7kX+re095tGFXDT 8ovKXxbBql5jg++p0XMMuVUsgFawu4W82X1TjThMX44uza5Al7RWM8h08lXToMG1/7eU /cfs17B2/RxWoGVkYH2CGGyyuRq6SWMg8VcNIelcHDycLwhHr+FNOLkqE2trUMMdz0jr 3tIw== MIME-Version: 1.0 X-Received: by 10.42.210.6 with SMTP id gi6mr14987322icb.20.1413617337134; Sat, 18 Oct 2014 00:28:57 -0700 (PDT) Received: by 10.42.37.142 with HTTP; Sat, 18 Oct 2014 00:28:57 -0700 (PDT) In-Reply-To: <544214CE.8060804@wanadoo.fr> References: <20141018065741.0757A23888E4@eris.apache.org> <544214CE.8060804@wanadoo.fr> Date: Sat, 18 Oct 2014 09:28:57 +0200 Message-ID: Subject: Re: svn commit: r1632736 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS modules/proxy/mod_proxy_http.c From: Yann Ylavic To: httpd Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Christophe, On Sat, Oct 18, 2014 at 9:20 AM, Marion & Christophe JAILLET wrote: > Hi, > > Isn't there the same kind of potential issue in: > mod_buffer, line 268 > mod_cahce, line 687 Yes both, good catches. Do you want/plan to fix them? Regards, Yann.