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 2ABAC200C0A for ; Sat, 28 Jan 2017 15:01:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2948C160B51; Sat, 28 Jan 2017 14:01:50 +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 6F92F160B35 for ; Sat, 28 Jan 2017 15:01:49 +0100 (CET) Received: (qmail 93422 invoked by uid 500); 28 Jan 2017 14:01: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 93405 invoked by uid 99); 28 Jan 2017 14:01:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2017 14:01:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id AC2E518190C for ; Sat, 28 Jan 2017 14:01:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.3 X-Spam-Level: X-Spam-Status: No, score=-5.3 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-2.999, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id UHpLI4EKqdt6 for ; Sat, 28 Jan 2017 14:01:42 +0000 (UTC) Received: from mailserver.kippdata.de (capsella.kippdata.de [195.227.30.149]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 38FE05F4A9 for ; Sat, 28 Jan 2017 14:01:42 +0000 (UTC) Received: from [195.227.30.209] (notebook-rj [195.227.30.209]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id v0SE1Z2K017178 for ; Sat, 28 Jan 2017 15:01:35 +0100 (CET) Subject: Re: svn commit: r1779738 - in /httpd/httpd/trunk: ./ modules/http2/ To: dev@httpd.apache.org References: <20170121150743.2890B3A0069@svn01-us-west.apache.org> From: Rainer Jung Message-ID: <2f2d72f3-2599-b96d-46ca-faca17cceda5@kippdata.de> Date: Sat, 28 Jan 2017 15:01:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170121150743.2890B3A0069@svn01-us-west.apache.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Sat, 28 Jan 2017 14:01:50 -0000 Am 21.01.2017 um 16:07 schrieb icing@apache.org: > Author: icing > Date: Sat Jan 21 15:07:42 2017 > New Revision: 1779738 > > URL: http://svn.apache.org/viewvc?rev=1779738&view=rev > Log: > On the trunk: > > *) mod_http2: rework of stream resource cleanup to avoid a crash in a close > of a lingering connection. Prohibit special file bucket beaming for > shared buckets. Files sent in stream output now use the stream pool > as read buffer, reducing memory footprint of connections. > [Yann Ylavic, Stefan Eissing] > > > Removed: > httpd/httpd/trunk/modules/http2/h2_bucket_eoc.c > httpd/httpd/trunk/modules/http2/h2_bucket_eoc.h The files are still mentioned in modules/http2/mod_http2.dep and modules/http2/mod_http2.mak. Regards, Rainer