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 ECE7D18375 for ; Wed, 21 Oct 2015 14:55:37 +0000 (UTC) Received: (qmail 13558 invoked by uid 500); 21 Oct 2015 14:55:21 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 13478 invoked by uid 500); 21 Oct 2015 14:55:21 -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 13468 invoked by uid 99); 21 Oct 2015 14:55:21 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2015 14:55:21 +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 13267C5EFC for ; Wed, 21 Oct 2015 14:55:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=ptc.com Received: from mx1-us-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 mi4sFnI45dJW for ; Wed, 21 Oct 2015 14:55:14 +0000 (UTC) Received: from mx1.ptc.com (mx1.ptc.com [12.11.148.188]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id F397822F1F for ; Wed, 21 Oct 2015 14:55:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ptc.com; s=ptc; t=1445439314; x=1476975314; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=o2pz8QVJODAj0vhR408/0F/U+NBZ0Tx5uDKRMD4eKx8=; b=NjHy0Ybl41jVIFp7Ze9tz1YfR9/cgoIb33wUZawaBYP9yzd0i8JEVR7I 5On4qLh410urDj53LAuAa8KdKFt1gwrZAtlUUMDZ7AKEXhZpY8xbS+lVP 4gR4AsY6/g9hJ2MvN6LgL/DpyiRnRR4Y68ezGSduNc9FZDz37kdeOB/42 o=; X-IronPort-AV: E=Sophos;i="5.17,712,1437451200"; d="scan'208";a="118410476" Received: from hq-x10prdhub2.ptcnet.ptc.com ([132.253.198.28]) by mx1-int.ptc.com with ESMTP/TLS/AES128-SHA; 21 Oct 2015 10:54:39 -0400 Received: from awang.ptcnet.ptc.com (132.253.8.73) by int-mail-hub2.ptcnet.ptc.com (132.253.201.252) with Microsoft SMTP Server id 14.3.123.3; Wed, 21 Oct 2015 10:54:39 -0400 Subject: Re: [users@httpd] Chunked transfer delay with httpd 2.4 on Windows. To: References: <5625642E.30708@ptc.com> <5625A5E7.2070309@ptc.com> <562668DA.5060804@ptc.com> <56269CBD.5060701@ptc.com> <5627853C.4040006@apache.org> From: Andy Wang Message-ID: <5627A72B.7050302@ptc.com> Date: Wed, 21 Oct 2015 09:54:35 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [132.253.8.73] On 10/21/2015 09:31 AM, Yann Ylavic wrote: > OK, thanks :) > > Andy, can you give the proposed patch a try? > I will do that today. And thank you to Rudiger and yourself, and everyone else on the thread for all the help. I missed the trailing 0x0a in the different wireshark captures. I was trusting wireshark's http dissection rather than looking at the raw hex data and it didn't show the trailing \n. I gotta go back to the basics and lean less on wireshark's "intelligence" :) Andy