From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00, MSGID_FROM_MTA_HEADER,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Craig Flannagan Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: [ANN] kgio-monkey 0.2.0 - minor updates Date: Wed, 10 Aug 2011 08:30:29 -0400 Message-ID: <55478567-E937-4692-B6E8-E8C0C0EFC695@zvrs.com> References: <20110809195111.GA20445@dcvr.yhbt.net> <20110809195111.GA20445@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312979443 9765 80.91.229.12 (10 Aug 2011 12:30:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2011 12:30:43 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Wed Aug 10 14:30:39 2011 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:56 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qr7vi-0002q5-TZ for gclrkg-kgio@m.gmane.org; Wed, 10 Aug 2011 14:30:39 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id F332C21CA96 for ; Wed, 10 Aug 2011 12:31:38 +0000 (UTC) unsubscribe On Aug 9, 2011, at 3:51 PM, Eric Wong wrote: > There are small Flipper updates and also the ability to > (globally) disable OpenSSL compression with: > > Kgio::SSL.compression = false > > Flipper still lacks documentation and tests, but > is reasonably usable. > > * http://bogomips.org/kgio-monkey/ > * kgio@librelist.org > * git://bogomips.org/kgio-monkey.git > > -- > Eric Wong