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 47AAB11354 for ; Wed, 27 Aug 2014 22:55:41 +0000 (UTC) Received: (qmail 6908 invoked by uid 500); 27 Aug 2014 22:55:40 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 6836 invoked by uid 500); 27 Aug 2014 22:55:40 -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 6827 invoked by uid 99); 27 Aug 2014 22:55:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 22:55:40 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [194.242.35.176] (HELO node176.itex.at) (194.242.35.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 22:55:15 +0000 Received: from localhost (localhost [127.0.0.1]) by node176.itex.at (Postfix) with ESMTP id ED54620A68 for ; Thu, 28 Aug 2014 00:54:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at node176.itex.at Received: from node176.itex.at ([127.0.0.1]) by localhost (node176.itex.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VavajQVPQpxQ for ; Thu, 28 Aug 2014 00:54:38 +0200 (CEST) Received: from [172.17.100.8] (ip-109-90-223-180.hsi11.unitymediagroup.de [109.90.223.180]) (Authenticated sender: apache@gknw.net) by node176.itex.at (Postfix) with ESMTPSA id B490B2063C for ; Thu, 28 Aug 2014 00:54:38 +0200 (CEST) Message-ID: <53FE61CB.4000905@apache.org> Date: Thu, 28 Aug 2014 00:55:07 +0200 From: Guenter Knauf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: http/2 Apache module References: <18003_1409146109_53FDDCFD_18003_15983_1_1CC5193368C9BD44A3CC59EEC93319BAD34D67@OPEXCLILM42.corporate.adroot.infra.ftgroup> <8046_1409147277_53FDE18C_8046_13552_1_1CC5193368C9BD44A3CC59EEC93319BAD34D80@OPEXCLILM42.corporate.adroot.infra.ftgroup> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 27.08.2014 16:13, Eric Covener wrote: > On Wed, Aug 27, 2014 at 9:47 AM, wrote: >> Thanks for your answer; I was also wondering if Apache was willing to = use already existing http/2 stack implementations, like nghttp2 (https://= nghttp2.org) ? > > Only speaking for myself as a committer, I think it's a reasonable > thing to explore -- don't think it's a showstopper (MIT licensed, C > and not C++) but it's something community would have to weigh when it > was father along. > nghttp2 got some polishment during last months when the author brought=20 patches to libcurl: http://curl.haxx.se/dev/readme-http2.html I think it would probably be a good thing to depend on it - at least for = a start ... G=C3=BCn.