From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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.1 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2721A1F597; Mon, 23 Jul 2018 17:19:03 +0000 (UTC) Date: Mon, 23 Jul 2018 17:19:03 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, unicorn-public@bogomips.org Cc: Fumiaki MATSUSHIMA Subject: [ANN] unicorn 5.4.1 - Rack HTTP server for fast clients and Unix Message-ID: <20180723171903.GA30864@dcvr> References: <20171223234205.GA14840@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171223234205.GA14840@dcvr> List-Id: unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between unicorn and slow clients. * https://bogomips.org/unicorn/ * public list: unicorn-public@bogomips.org * public mail archives: https://bogomips.org/unicorn-public/ * git clone https://bogomips.org/unicorn.git * https://bogomips.org/unicorn/NEWS.atom.xml * nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn Changes: unicorn 5.4.1 This release quiets some warnings for Ruby 2.6 preview releases and enables tests to pass under Ruby 1.9.3. Otherwise, nothing interesting for Ruby 2.0..2.5 users. *YAWN* Eric Wong (1): quiet some mismatched indentation warnings Fumiaki MATSUSHIMA (1): Use IO#wait instead to fix test for Ruby 1.9