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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1DEB91F8C8 for ; Sat, 9 Oct 2021 02:24:47 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH 0/3] various minor bugfixes Date: Sat, 9 Oct 2021 02:24:43 +0000 Message-Id: <20211009022446.705-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It's been a while since I've run the test suite, turns out there was a Linux kernel bug introduced and fixed which was causing shutdown timeouts. A couple of other minor things, too... Eric Wong (3): do not sleep if signals are pending server: workaround Linux v5.5..v5.13 epoll bug gemspec: allow unicorn 6.x lib/yahns/queue_epoll.rb | 4 ++++ lib/yahns/server.rb | 20 ++++++++++++-------- lib/yahns/server_mp.rb | 3 ++- yahns.gemspec | 2 +- 4 files changed, 19 insertions(+), 10 deletions(-)