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-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,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 0C6771F5AE; Thu, 23 Jul 2020 04:17:36 +0000 (UTC) From: Eric Wong To: unicorn-public@yhbt.net Cc: Jean Boussier Subject: [PATCH 0/2] some minor early_hints fixes Date: Thu, 23 Jul 2020 04:17:33 +0000 Message-Id: <20200723041735.32361-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Just some minor things: I noticed the new test failed occasionally, and made a trivial fix for it. In case people use SIGHUP, I've also made it reset back to the default value (just like every other config variable). Eric Wong (2): test_server: test_early_hints: fix test reliability configurator: SIGHUP resets early_hints if unset lib/unicorn/configurator.rb | 1 + test/unit/test_server.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)