From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED,AWL shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Delivered-To: pi@dcvr.yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A38BF1F6BC; Sun, 4 May 2014 02:33:38 +0000 (UTC) Date: Sun, 4 May 2014 02:33:38 +0000 From: Eric Wong To: mongrel-unicorn@rubyforge.org, unicorn-public@bogomips.org Subject: Re: [RFC/PATCH] http_server: handle premature grandparent death Message-ID: <20140504023338.GA583@dcvr.yhbt.net> References: <20140502231558.GA4215@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140502231558.GA4215@dcvr.yhbt.net> List-Id: List-Post: Eric Wong wrote: > This may fix the following issue: > > https://github.com/kostya/eye/issues/49 > > (which I was notified of privately via email) Confirmed to be the case privately. Pushed. > Will push and tag 4.8.3 this weekend (along with mailing list change).