From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id D1F393858C56 for ; Sat, 23 Apr 2022 21:45:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D1F393858C56 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-540-NaAEFhwINWK5gOn3Jn-NKw-1; Sat, 23 Apr 2022 17:45:27 -0400 X-MC-Unique: NaAEFhwINWK5gOn3Jn-NKw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9F7D41C0739E; Sat, 23 Apr 2022 21:45:26 +0000 (UTC) Received: from redhat.com (unknown [10.2.16.77]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8AC6FC53360; Sat, 23 Apr 2022 21:45:26 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1niNZF-0000Et-Mf; Sat, 23 Apr 2022 17:45:25 -0400 Date: Sat, 23 Apr 2022 17:45:25 -0400 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: elfutils-devel@sourceware.org, Thomas Fitzsimmons Subject: Re: =?utf-8?Q?run-debuginfod-webapi-concur?= =?utf-8?B?cmVuY3kuc2ggKFdhczog4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (GNU Toolchain): elfutils - failed test (failure)) (master) Message-ID: <20220423214525.GJ23969@redhat.com> References: <20220423011953.1D7713858430@sourceware.org> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2022 21:45:30 -0000 Hi - > But there is another way to prevent the "Server reached connection > limit. Closing inbound connection." Pass the MHD_USE_ITC flag to > MHD_start_daemon: Yeah, that looked promising to me too. When I was last working on this, that would have been my next thing to try. I can't think of a relevant downside, so let's try it. (Add a #ifdef guard around that macro, for older libmicrohttpd, like rhel7 methinks.) - FChE