Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D22B8107BB for ; Thu, 27 Feb 2014 10:22:54 +0000 (UTC) Received: (qmail 49242 invoked by uid 500); 27 Feb 2014 10:22:52 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 49203 invoked by uid 500); 27 Feb 2014 10:22:51 -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 49116 invoked by uid 99); 27 Feb 2014 10:22:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 10:22:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 10:22:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B890023889BB; Thu, 27 Feb 2014 10:22:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1572499 - /httpd/httpd/branches/2.4.x/STATUS Date: Thu, 27 Feb 2014 10:22:26 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140227102226.B890023889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ylavic Date: Thu Feb 27 10:22:26 2014 New Revision: 1572499 URL: http://svn.apache.org/r1572499 Log: Move draft-ietf-httpbis-p1-messaging-23 fixes to proposed backport (was being worked) like in 2.2.x, with my +1 vote. 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=1572499&r1=1572498&r2=1572499&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Thu Feb 27 10:22:26 2014 @@ -184,6 +184,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works (modulo CHANGES) +1: rpluem, + * protocol: draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions + between TE and content-length in the same req/resp. + trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1524192 + https://svn.apache.org/viewvc?view=revision&revision=1524770 + https://svn.apache.org/viewvc?view=revision&revision=1527925 + https://svn.apache.org/viewvc?view=revision&revision=1541270 + https://svn.apache.org/viewvc?view=revision&revision=1541368 + 2.4.x patch (plus CHANGES entry above): + http://people.apache.org/~wrowe/httpd-2.4-r1524192-r1524770-TE-CL-v2.patch + +1: ylavic, + [wrowe asks] Where is verification of (!keepalive)? Do we know the + connection will be closed anytime in the near future? + ylavic: proposed for backport in 2.2.x, same comment here : + the discussion is not really ended in + https://www.mail-archive.com/dev@httpd.apache.org/msg58307.html + but my opinion there is +1, same here... + + OTHER PROPOSALS * A list of further possible backports can be found at: @@ -193,18 +211,6 @@ OTHER PROPOSALS PATCHES/ISSUES THAT ARE BEING WORKED - * protocol: draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions - between TE and content-length in the same req/resp. - trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1524192 - https://svn.apache.org/viewvc?view=revision&revision=1524770 - https://svn.apache.org/viewvc?view=revision&revision=1527925 - https://svn.apache.org/viewvc?view=revision&revision=1541270 - https://svn.apache.org/viewvc?view=revision&revision=1541368 - 2.4.x patch (plus CHANGES entry above): - http://people.apache.org/~wrowe/httpd-2.4-r1524192-r1524770-TE-CL-v2.patch - +1: - [wrowe asks] Where is verification of (!keepalive)? Do we know the - connection will be closed anytime in the near future? PATCHES/ISSUES THAT ARE STALLED