From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 869D01F8C6 for ; Mon, 30 Aug 2021 18:30:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238545AbhH3Sax (ORCPT ); Mon, 30 Aug 2021 14:30:53 -0400 Received: from mga01.intel.com ([192.55.52.88]:43949 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229839AbhH3Sax (ORCPT ); Mon, 30 Aug 2021 14:30:53 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10092"; a="240568283" X-IronPort-AV: E=Sophos;i="5.84,364,1620716400"; d="scan'208";a="240568283" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2021 11:29:59 -0700 X-IronPort-AV: E=Sophos;i="5.84,364,1620716400"; d="scan'208";a="689384097" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2021 11:29:57 -0700 Received: from andy by smile with local (Exim 4.95-RC2) (envelope-from ) id 1mKm2c-00FmLb-S3; Mon, 30 Aug 2021 21:29:54 +0300 Date: Mon, 30 Aug 2021 21:29:54 +0300 From: Andy Shevchenko To: "Kirill A. Shutemov" Cc: git@vger.kernel.org, Jeff King , Konstantin Ryabitsev , Greg Pflaum , Junio C Hamano Subject: Re: Problem accessing git.kernel.org with git v2.33 plus gitproxy Message-ID: References: <20210830161149.xggfosjthnjxcoxp@box.shutemov.name> <20210830180433.5rqqh7zsakbrfmrp@box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210830180433.5rqqh7zsakbrfmrp@box> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Aug 30, 2021 at 09:04:33PM +0300, Kirill A. Shutemov wrote: > On Mon, Aug 30, 2021 at 07:11:50PM +0300, Kirill A. Shutemov wrote: > > Hi folks, > > > > I've stepped on a problem after upgrading git to v2.33.0. git fetch-pack > > fails with an error: > > > > fetch-pack: unexpected disconnect while reading sideband packet > > > > It only happens when I access git.kernel.org over git:// (github over > > git:// works fine) and if there's a gitproxy configured. > > > > For test I used a dummy gitproxy: > > > > #!/bin/sh -efu > > socat - "TCP:$1:$2" > > > > It is enough to trigger the issue. > > > > I'm not sure if it's kernel.org problem or git problem. > > > > Has anybody else stepped on the issue? Any clues? > > I've bisected the issue to commit > > ae1a7eefffe6 ("fetch-pack: signal v2 server that we are done making requests") Thanks, Kirill! Are you going to report it to the Git community? -- With Best Regards, Andy Shevchenko