Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 23CD6200BE9 for ; Mon, 12 Dec 2016 06:59:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 227DF160B2C; Mon, 12 Dec 2016 05:59:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 92CEE160B20 for ; Mon, 12 Dec 2016 06:59:54 +0100 (CET) Received: (qmail 16647 invoked by uid 500); 12 Dec 2016 05:59:53 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 16638 invoked by uid 99); 12 Dec 2016 05:59:53 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 05:59:53 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 850CE3A03A1 for ; Mon, 12 Dec 2016 05:59:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1773740 - /httpd/httpd/branches/2.4.x/STATUS Date: Mon, 12 Dec 2016 05:59:52 -0000 To: cvs@httpd.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161212055952.850CE3A03A1@svn01-us-west.apache.org> archived-at: Mon, 12 Dec 2016 05:59:55 -0000 Author: wrowe Date: Mon Dec 12 05:59:51 2016 New Revision: 1773740 URL: http://svn.apache.org/viewvc?rev=1773740&view=rev Log: One doesn't seem like the right fix, another appears to be. Modified: httpd/httpd/branches/2.4.x/STATUS Modified: httpd/httpd/branches/2.4.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1773740&r1=1773739&r2=1773740&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Mon Dec 12 05:59:51 2016 @@ -177,13 +177,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk patch: https://svn.apache.org/r1773293 2.4.x patch: trunk works +1: covener, jim + -1: wrowe covener: This is not ideal but the looping/OOM is bad. jim: with the understanding that more work post release + wrowe: *IIUC* If we are transmitting the discarded body to the client, + and switching the code to 500, this isn't really a salvagable + resolution. Two alternatives suggested to the list a few days ago. *) core: Drop Content-Length header and message-body from HTTP 204 responses. Trunk patch: http://svn.apache.org/r1773346 2.4.x patch: trunk works modulo CHANGES - +1: elukey + +1: elukey, wrowe PATCHES/ISSUES THAT ARE BEING WORKED [ New entried should be added at the START of the list ]