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 16DFA181EB for ; Mon, 7 Dec 2015 12:43:40 +0000 (UTC) Received: (qmail 9378 invoked by uid 500); 7 Dec 2015 12:43:39 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 9314 invoked by uid 500); 7 Dec 2015 12:43:39 -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 9304 invoked by uid 99); 7 Dec 2015 12:43:38 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 12:43:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 93AB4C9242 for ; Mon, 7 Dec 2015 12:43:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.652 X-Spam-Level: X-Spam-Status: No, score=0.652 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=comcast.net Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id uEl82fbF5Fw3 for ; Mon, 7 Dec 2015 12:43:29 +0000 (UTC) Received: from resqmta-po-05v.sys.comcast.net (resqmta-po-05v.sys.comcast.net [96.114.154.164]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id F33F820F10 for ; Mon, 7 Dec 2015 12:43:28 +0000 (UTC) Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-05v.sys.comcast.net with comcast id qceD1r0034ueUHc01ceDtn; Mon, 07 Dec 2015 12:38:13 +0000 Received: from [192.168.199.10] ([69.251.84.114]) by resomta-po-03v.sys.comcast.net with comcast id qceB1r00D2U0RYt01ceCMr; Mon, 07 Dec 2015 12:38:13 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: mod_http2 1.0.7+ and Drupal (Was: No H2 Window updates!) From: Jim Jagielski In-Reply-To: Date: Mon, 7 Dec 2015 07:38:11 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <5B371782-8C70-41D7-A6DC-DE4E6E8A7585@jaguNET.com> References: <10770C7F-5C8D-42EB-9E76-DC91160FDA89@greenbytes.de> <045e01d12e79$493fe620$dbbfb260$@qqmail.nl> <039D4360-8E2F-455D-8CC2-8405FC7FC272@greenbytes.de> <1jr36b5oa182lb9mupjfm6st4o9qbbr78o@4ax.com> <7jm76bl476qb5mgtqclss32uu84cr2gt69@4ax.com> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.3096.5) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1449491893; bh=KOy374mK5gvEmtC94ZlWajYafdYriVQ3FqPkeeTKXJw=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To; b=ENrQTeL/Okn9E00YmvYas+Wz0HtxxY2AWcmvOy2TRoxo8lxWDb0wDn0QEt9SPfCih 1VqjVfYsqErOrkLmnS/8hS3c+n9bWCZQh6/oisrWXOSgXj7QWwx1/r/yp3VMKZa61v 7Jk/9+CCzoD8n0gpa3Yglxz3ysa7n+2dRC73VgxSkVnlQBWv/ss8Us4SW4Gmbcf8qM GSJnMH18wCtImBRHu9RIOsLgF7zvC9yQU/7x9uYqXXoxq9xFmciivh+S3r4XvhBWOa X5ZmMfIwRCOlJqZ189V8Pc2T4GAZk2JYN2hMJGIfP2Sh7AIzrWMMr+aJG5pc1fB/QN w80hrylkfJnVg== Can you retry w DEBUG level, to see if h2_response_trailers_filter() is the issue? > On Dec 6, 2015, at 6:33 AM, Jan Ehrhardt wrote: >=20 > Stefan Eissing in gmane.comp.apache.devel (Sun, 6 Dec 2015 09:26:56 = +0100): >> Jan, thanks for tracking this down to the duplicate headers. I will = look into it. >>=20 >> Just to be sure I got everything right: you tested against the mod_h2 = github versions? >=20 > I used the sources from the ASF repos. This one worked OK: >=20 > svn co -r 1715371 = http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/http2 >=20 > But this one had the duplicate tokens: >=20 > svn co -r 1716210 = http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/modules/http2 > --=20 > Jan >=20