From owner-cvs-src@FreeBSD.ORG Fri Feb 18 22:50:30 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CFA916A4CE for ; Fri, 18 Feb 2005 22:50:30 +0000 (GMT) Received: from tx0.mail.ox.ac.uk (tx0.mail.ox.ac.uk [129.67.1.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E62D443D58 for ; Fri, 18 Feb 2005 22:50:29 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from scan0.mail.ox.ac.uk ([129.67.1.162] helo=localhost) by tx0.mail.ox.ac.uk with esmtp (Exim 4.42) id 1D2GxB-0004IZ-0j for cvs-src@freebsd.org; Fri, 18 Feb 2005 22:50:29 +0000 Received: from rx0.mail.ox.ac.uk ([129.67.1.161]) by localhost (scan0.mail.ox.ac.uk [129.67.1.162]) (amavisd-new, port 25) with ESMTP id 16246-03 for ; Fri, 18 Feb 2005 22:50:29 +0000 (GMT) Received: from smtp0.herald.ox.ac.uk ([163.1.0.246]) by rx0.mail.ox.ac.uk with esmtp (Exim 4.42) id 1D2Gx9-0004IB-32; Fri, 18 Feb 2005 22:50:27 +0000 Received: from dhcp1041.wadham.ox.ac.uk ([163.1.161.41]) by smtp0.herald.ox.ac.uk with esmtp (Exim 3.35 #1) id 1D2Gx9-0006Kc-3y; Fri, 18 Feb 2005 22:50:27 +0000 Message-ID: <42167133.9030207@freebsd.org> Date: Fri, 18 Feb 2005 22:50:27 +0000 From: Colin Percival User-Agent: Mozilla Thunderbird 1.0 (X11/20050113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Worach References: <200502160022.j1G0MK3P059683@repoman.freebsd.org> <42166EAA.2060001@telia.com> In-Reply-To: <42166EAA.2060001@telia.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kelly Yancey Subject: Re: cvs commit: src/lib/libfetch http.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 22:50:30 -0000 Pawel Worach wrote: > This seems to have broken fetch though a http proxy (in this case squid > on Solaris). > > tcpdump on proxy box: > [snip] The tcpdump shown looks entirely correct, but it's hard to know without seeing the actual data... could you re-run this with tcpdump capturing the packet payloads as well? Colin Percival