From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0640D1F744 for ; Sat, 9 Jul 2016 04:51:39 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] httpd/async race fixes Date: Sat, 9 Jul 2016 04:51:35 +0000 Message-Id: <20160709045137.7314-1-e@80x24.org> List-Id: Oops, these are some tricky fixes which took a while to notice and find during stress testing. Eric Wong (2): httpd/async: do not attempt future writes on closed sockets httpd/async: reinstate D::S timer usage for cleanup lib/PublicInbox/EvCleanup.pm | 9 +++++++++ lib/PublicInbox/HTTPD/Async.pm | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-)