From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17161 invoked from network); 16 Sep 2022 19:55:53 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 16 Sep 2022 19:55:53 -0000 Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id 6f704d9a; Fri, 16 Sep 2022 19:55:41 +0000 (UTC) Return-Path: Received: from odo.lv (odo.lv [52.58.11.108]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 374a4672 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Fri, 16 Sep 2022 19:55:40 +0000 (UTC) Received: from [10.0.0.11] (unknown [85.254.75.15]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by odo.lv (Postfix) with ESMTPSA id 13C62FF3E2 for ; Fri, 16 Sep 2022 22:55:40 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=odo.lv; s=mail; t=1663358140; bh=yWmfiq1nPffsJPAGkAOzBANTG2AwZrzOnlsmDcDj6jI=; h=Date:To:Reply-To:From:Subject:From; b=K7EfJKuwBu8g2ivjEOqT54P1tnClhk6Khp7wl+TvwddkFO4o2vdXceALgJu4Tm03o NgaSEcLVhQypvkNoCr20jYKdAmTFOv48bAetlL6NuehX0mWVFUT4h/Yxel74a9Qn6n 3NmioNPzIjjA9bgBiA6FH4iOFBlNsbbQsUsXEBF0= Message-ID: <0ef89b1e-6543-e726-2cf0-b68e7167fabe@odo.lv> Date: Fri, 16 Sep 2022 22:55:39 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 To: cgit@lists.zx2c4.com Content-Language: en-US From: =?UTF-8?B?VmFsZGlzIFbEq3RvbGnFhsWh?= Subject: Downloading objects hangs up around 65kB Organization: Odo SIA Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: valdis.vitolins@odo.lv Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Probably it is issue on 64-bit ARM architecture, because I tested that it works on x86_64 virtual machine. Some time ago (because I haven't used HTTPS protocol for repositories recently) downloading plain objects/blobs hangs up around 65kB of data. You can test it with: wget -O "01_About.odp" -d "https://odo.lv/git/JTM/plain/doc/presentations/01_About.odp" It shows: ... Saving to: ‘01_About.odp’ 01_About.odp 8%[====> ] 63,64K 13,0KB/s in 4,9s 2022-09-16 22:32:33 (13,0 KB/s) - Connection closed at byte 65169. Retrying. ... etc. Server architecture is 64-bit ARM: uname -a Linux odo 5.15.0-1019-aws #23~20.04.1-Ubuntu SMP Thu Aug 18 03:23:03 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux Cgit package version: cgit 1.2.3+git2.25.1-1 Apache version: apache2 -v Server version: Apache/2.4.41 (Ubuntu) Server built: 2022-06-14T13:30:55 Sincerely, Valdis