From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: Truncated patch Date: Fri, 16 May 2014 04:51:16 -0400 Message-ID: <20140516085116.GC21468@sigill.intra.peff.net> References: <5375CDB1.6040001@davidnewall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: git@vger.kernel.org To: David Newall X-From: git-owner@vger.kernel.org Fri May 16 10:51:24 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WlDrP-0003UJ-Up for gcvg-git-2@plane.gmane.org; Fri, 16 May 2014 10:51:24 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756236AbaEPIvT (ORCPT ); Fri, 16 May 2014 04:51:19 -0400 Received: from cloud.peff.net ([50.56.180.127]:52886 "HELO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753904AbaEPIvS (ORCPT ); Fri, 16 May 2014 04:51:18 -0400 Received: (qmail 5605 invoked by uid 102); 16 May 2014 08:51:18 -0000 Received: from c-71-63-4-13.hsd1.va.comcast.net (HELO sigill.intra.peff.net) (71.63.4.13) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Fri, 16 May 2014 03:51:18 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Fri, 16 May 2014 04:51:16 -0400 Content-Disposition: inline In-Reply-To: <5375CDB1.6040001@davidnewall.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, May 16, 2014 at 06:04:57PM +0930, David Newall wrote: > The patch returned by http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/patch/?id=462fb2af9788a82a534f8184abfde31574e1cfa0 > is truncated. The page which refers to that patch, at http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=462fb2af9788a82a534f8184abfde31574e1cfa0, > shows the full patch. Weird. It is truncated if I fetch it with "curl", but it looks fine in my browser. It's truncated at exactly 4K, and the transfer-encoding is chunked. Maybe cgit (or kernel.org's webserver) is doing something non-standard with chunking that the browser understands but curl does not? -Peff