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 793E01731D for ; Tue, 29 Sep 2015 11:00:33 +0000 (UTC) Received: (qmail 18475 invoked by uid 500); 29 Sep 2015 11:00:33 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 18401 invoked by uid 500); 29 Sep 2015 11:00:33 -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 18391 invoked by uid 99); 29 Sep 2015 11:00:32 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2015 11:00:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8F897C082C for ; Tue, 29 Sep 2015 11:00:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, RP_MATCHES_RCVD=-0.006, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id nG7CAtAHf56b for ; Tue, 29 Sep 2015 11:00:23 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 9824620F4A for ; Tue, 29 Sep 2015 11:00:22 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zgsdw-000615-0M for dev@httpd.apache.org; Tue, 29 Sep 2015 13:00:20 +0200 Received: from aorleans-552-1-92-136.w92-140.abo.wanadoo.fr ([92.140.227.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2015 13:00:19 +0200 Received: from christophe.jaillet by aorleans-552-1-92-136.w92-140.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2015 13:00:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@httpd.apache.org From: Christophe JAILLET Subject: h2 vs http2 discrepancies between 2.4.x and trunk Date: Tue, 29 Sep 2015 13:00:10 +0200 Lines: 21 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: aorleans-552-1-92-136.w92-140.abo.wanadoo.fr X-Mozilla-News-Host: news://news.gmane.org:119 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 X-Antivirus: avast! (VPS 150929-0, 29/09/2015), Outbound message X-Antivirus-Status: Clean Hi, I think that r1705257 should also be backported to 2.4.x There are also some differences related to h2/http2 in: Apache-apr2.dsw Apache.dsw But for these ones, 2.4.x seems to be more up to date. There is also some references to httpd-h2.conf, httpd-h2.conf.in which may be better named httpd-http2.conf httpd-http2.conf.in now. Maybe mod_h2.h could also be turned in mod_http2.h for consistency. Content of httpd-h2.conf.in should also be tweaked. Maybe also httpd.conf.in. Just my 2 cents, CJ