From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38411: HTTP pipelining of narinfo requests broken for https://ci.guix.gnu.org Date: Thu, 28 Nov 2019 11:04:09 +0100 Message-ID: <87k17kxqp2.fsf@gnu.org> References: <871rtsz77q.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54799) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaGfc-0005c7-P5 for bug-guix@gnu.org; Thu, 28 Nov 2019 05:05:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iaGfZ-0006Dd-Do for bug-guix@gnu.org; Thu, 28 Nov 2019 05:05:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50695) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iaGfY-0006BH-KU for bug-guix@gnu.org; Thu, 28 Nov 2019 05:05:04 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871rtsz77q.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 28 Nov 2019 10:22:01 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38411@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > You=E2=80=99ll see that it hangs waiting for a response as soon as you pi= peline > 85 requests or more. When you look at /var/log/guix-publish.log, you see that nginx did not forward the 85th request (and beyond) to =E2=80=98guix publish=E2=80=99. Interestingly, if you C-c the client while it=E2=80=99s waiting for further responses, nginx suddenly forwards all the pending requests to =E2=80=98guix publish=E2=80=99. Ludo=E2=80=99.