From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.49.85.105 with SMTP id g9csp254750qez; Tue, 22 Jan 2013 02:08:03 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-core+bncBDKJRJVBSMLBBA6K7GDQKGQEAVMZC2A@googlegroups.com designates 10.50.195.138 as permitted sender) client-ip=10.50.195.138 Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-core+bncBDKJRJVBSMLBBA6K7GDQKGQEAVMZC2A@googlegroups.com designates 10.50.195.138 as permitted sender) smtp.mail=rack-core+bncBDKJRJVBSMLBBA6K7GDQKGQEAVMZC2A@googlegroups.com; dkim=pass header.i=@googlegroups.com X-Received: from mr.google.com ([10.50.195.138]) by 10.50.195.138 with SMTP id ie10mr13502150igc.16.1358849283637 (num_hops = 1); Tue, 22 Jan 2013 02:08:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=x-received:x-beenthere:x-received:x-received:received-spf:date:from :to:cc:subject:message-id:references:mime-version:in-reply-to :user-agent:x-original-sender:x-original-authentication-results :reply-to:precedence:mailing-list:list-id:x-google-group-id :list-post:list-help:list-archive:sender:list-unsubscribe :content-type:content-disposition; bh=O2w0qSgXOs8mvsLaBGGrl2ncB44HhDFDd8HK5pMj4hI=; b=GhXSXUZdLQke54wwexizxv/ToKERPODovn4e7TbK4g9FevPfiwDJvUl/IDBOZOB3bH GpSgGoOtmFRaG3osKzsGqN8usdhxnLLBAzfij2Ew9Tj58ywQbwHggEiwxqtl6WAi7/af FXb/z2Hkb4msVGzqU18hl6RIsKK1WsWPzAadzMl656rqU0ynfWsU3m9OzWtVT80UzmOW mpVBI85JcTPu9R9onBstYBgh4XbFcI5/1IEqw7APzV3g+lDll5467S+vPn7u1O84LWiE I8yy9JWeqjbvulXBL7a/Lf/JWPBpFvVJ6aCIfwWMDYGt/7RLQLWN/G4yNZL6ssv7pIIc XFLw== X-Received: by 10.50.195.138 with SMTP id ie10mr3793390igc.16.1358849283433; Tue, 22 Jan 2013 02:08:03 -0800 (PST) X-BeenThere: rack-core@googlegroups.com Received: by 10.50.12.166 with SMTP id z6ls2972976igb.14.canary; Tue, 22 Jan 2013 02:08:03 -0800 (PST) X-Received: by 10.66.72.199 with SMTP id f7mr2870666pav.12.1358849283078; Tue, 22 Jan 2013 02:08:03 -0800 (PST) X-Received: by 10.66.72.199 with SMTP id f7mr2870665pav.12.1358849283067; Tue, 22 Jan 2013 02:08:03 -0800 (PST) Received: from dcvr.yhbt.net (dcvr.yhbt.net. [64.71.152.64]) by gmr-mx.google.com with ESMTP id vg4si3033059pbc.2.2013.01.22.02.08.02; Tue, 22 Jan 2013 02:08:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of normalperson@yhbt.net designates 64.71.152.64 as permitted sender) client-ip=64.71.152.64; Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3AFAD1F408; Tue, 22 Jan 2013 10:08:02 +0000 (UTC) Date: Tue, 22 Jan 2013 10:08:02 +0000 From: Eric Wong To: rack-devel@googlegroups.com Cc: ruby-talk@ruby-lang.org, rack-core@googlegroups.com Subject: Re: [SEC][ANN] Rack 1.5.0, a modular Ruby webserver interface Message-ID: <20130122100802.GA28585@dcvr.yhbt.net> References: <50fe43c2.68dc440a.126d.ffffe987@mx.google.com> MIME-Version: 1.0 In-Reply-To: <50fe43c2.68dc440a.126d.ffffe987@mx.google.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Original-Sender: normalperson@yhbt.net X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of normalperson@yhbt.net designates 64.71.152.64 as permitted sender) smtp.mail=normalperson@yhbt.net Reply-To: rack-core@googlegroups.com Precedence: list Mailing-list: list rack-core@googlegroups.com; contact rack-core+owners@googlegroups.com List-ID: X-Google-Group-Id: 504757074975 List-Post: , List-Help: , List-Archive: Sender: rack-core@googlegroups.com List-Unsubscribe: , Content-Type: text/plain; charset=us-ascii Content-Disposition: inline jftucker@gmail.com wrote: > Additonally, SPEC has been updated in several areas and is now at 1,2. SPEC still says this: rack.version:: The Array [1,1], representing this version of Rack. I take it 1,2-compliant servers should set [1,2] there instead? > A new SPEC section was introduced that provides two server-optional IO hijacking > APIs. Further information on these APIs will be made available by the community > in good time. In the mean time, some information can be found in the original > pull request: https://github.com/rack/rack/pull/481 Cool. Should be easy for unicorn, and some configurations of Rainbows!/zbatery.