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 282BD1F8C6 for ; Mon, 30 Aug 2021 18:30:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238824AbhH3Sbj (ORCPT ); Mon, 30 Aug 2021 14:31:39 -0400 Received: from mga14.intel.com ([192.55.52.115]:16751 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238785AbhH3Sbi (ORCPT ); Mon, 30 Aug 2021 14:31:38 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10092"; a="218048747" X-IronPort-AV: E=Sophos;i="5.84,364,1620716400"; d="scan'208";a="218048747" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2021 11:30:44 -0700 X-IronPort-AV: E=Sophos;i="5.84,364,1620716400"; d="scan'208";a="427923183" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Aug 2021 11:30:42 -0700 Received: from andy by smile with local (Exim 4.95-RC2) (envelope-from ) id 1mKm3L-00FmMz-Sp; Mon, 30 Aug 2021 21:30:39 +0300 Date: Mon, 30 Aug 2021 21:30:39 +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: 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:29:54PM +0300, Andy Shevchenko wrote: > 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? Just realized that this discussion is in the Git community :-) -- With Best Regards, Andy Shevchenko