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 7281E200C08 for ; Thu, 26 Jan 2017 16:12:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6F7BF160B40; Thu, 26 Jan 2017 15:12:42 +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 B70EF160B33 for ; Thu, 26 Jan 2017 16:12:41 +0100 (CET) Received: (qmail 87121 invoked by uid 500); 26 Jan 2017 15:12:40 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 87112 invoked by uid 99); 26 Jan 2017 15:12:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2017 15:12:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6E58F1A0017 for ; Thu, 26 Jan 2017 15:12:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ord5r_syDFRs for ; Thu, 26 Jan 2017 15:12:39 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7ED1C5F1F4 for ; Thu, 26 Jan 2017 15:12:38 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id C1BFFE02A9 for ; Thu, 26 Jan 2017 15:12:37 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id 18D7360F8A; Thu, 26 Jan 2017 15:12:37 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 59348] Graceful Reload with H2 (SSL) connections being terminated Date: Thu, 26 Jan 2017 15:12:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_http2 X-Bugzilla-Version: 2.4.20 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: slavko@gmail.com X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Thu, 26 Jan 2017 15:12:42 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D59348 slavko@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #21 from slavko@gmail.com --- Unfortunately, it still doesn't work. Tested on Apache 2.4.25, as well as the recent svn (2.4.26 as of 26.Jan.201= 7) Even tried with recent mod_http2 1.8.10, and recent nghttp2 1.19.0 Tried with MPM prefork, worker, and event. This bug is 100% reproducible. When downloading a large file on HTTPS and h/2, and graceful restart is iss= ued, download is immediately terminated. However, everything works fine on http/1.1, both with or without HTTPS. Download tested with Chrome browser. When downloading via curl --http2 -O and graceful restart is issued during the transfer, it download the entire file, but when finished, displa= ys "curl: (16) Error in the HTTP2 framing layer" error message. --=20 You are receiving this mail because: You are the assignee for the bug.= --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org