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=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EA0821F9F5; Fri, 24 Apr 2015 03:08:32 +0000 (UTC) Date: Fri, 24 Apr 2015 03:08:32 +0000 From: Eric Wong To: "Mulvaney, Mike" Cc: "unicorn-public@bogomips.org" Subject: Re: TeeInput leaks file handles/space Message-ID: <20150424030832.GA26295@dcvr.yhbt.net> References: <20150422183808.GA5277@dcvr.yhbt.net> <20150422191608.GA31363@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: "Mulvaney, Mike" wrote: > I think it would be reasonable to fix this for Rack 1.6+. It won't > cause any problems for Rack 1.5 users, right? The environment > variable gets set and then ignored, so the app would behave exactly > the same way. If they want to use the new cleanup code, they can > upgrade rack. Right, this only affects 1.6 users. 1.5 users will need to upgrade for this.