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 93C7717C56 for ; Sat, 18 Oct 2014 09:14:49 +0000 (UTC) Received: (qmail 52917 invoked by uid 500); 18 Oct 2014 09:14:49 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 52855 invoked by uid 500); 18 Oct 2014 09:14:48 -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 52845 invoked by uid 99); 18 Oct 2014 09:14:48 -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 09:14:48 +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.176 as permitted sender) Received: from [209.85.213.176] (HELO mail-ig0-f176.google.com) (209.85.213.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 09:14:22 +0000 Received: by mail-ig0-f176.google.com with SMTP id hn15so2869914igb.15 for ; Sat, 18 Oct 2014 02:14:21 -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=BXy3sOPZMZ/kYmE0SjeqMoUAOIEHr9fVsHqJJdyAmKI=; b=BDJuVVdbknGTix7IY/qh0ejoMKLyrjPP6qjr13vFuS2KDHw7bFL4OhQ6tHZDRCkI9w Pm6CkzlfGznS3zPElu6i74Vaughtro4hc7Q8Jlk+k+XN+w3Lr7hEsIWNmBf3manKsaki 9UtLKUyazyIxBEQA0/LczL88d//anQwJiPVCHChpw222tgv4qZnEDplgdm4PN3RgBE43 KmCFtobjvr92yVEhnez484euR5d73hRVK66Pb47378mONU/CiB6tRYasEilOF6iZzqtJ X/ak9iOTjfatHlmLMeLmJhGlKwZhcc/zWJxvp8rA1xWwwcNI0wXXkCZzTd1lgwFW5Phg Uvtw== MIME-Version: 1.0 X-Received: by 10.107.132.219 with SMTP id o88mr1058613ioi.50.1413623661328; Sat, 18 Oct 2014 02:14:21 -0700 (PDT) Received: by 10.42.37.142 with HTTP; Sat, 18 Oct 2014 02:14:21 -0700 (PDT) In-Reply-To: References: <20141018065741.0757A23888E4@eris.apache.org> <544214CE.8060804@wanadoo.fr> Date: Sat, 18 Oct 2014 11:14:21 +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 Done in r1632740 and r1632742. Backport proposed in r1632744. Thanks, Yann. On Sat, Oct 18, 2014 at 9:28 AM, Yann Ylavic wrote: > 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.