From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.227.155.193 with SMTP id t1csp764506wbw; Wed, 1 Jan 2014 07:03:34 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncBDKJRJVBSMLBBRG4SCLAKGQEGLBK3GQ@googlegroups.com designates 10.50.43.169 as permitted sender) client-ip=10.50.43.169 Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncBDKJRJVBSMLBBRG4SCLAKGQEGLBK3GQ@googlegroups.com designates 10.50.43.169 as permitted sender) smtp.mail=rack-devel+bncBDKJRJVBSMLBBRG4SCLAKGQEGLBK3GQ@googlegroups.com; dkim=pass header.i=@googlegroups.com X-Received: from mr.google.com ([10.50.43.169]) by 10.50.43.169 with SMTP id x9mr8578309igl.6.1388588613859 (num_hops = 1); Wed, 01 Jan 2014 07:03:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=date:from:to:subject:message-id:mime-version:user-agent :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:list-post:list-help:list-archive :sender:list-subscribe:list-unsubscribe:content-type :content-disposition; bh=9zvAEOgGX0ZAawdwxXonjkmKoW0ApID+mxE2c/ATggw=; b=hNLlvYHE2mSUo5zYblEfLSstIN5OaZx1uHJeRSaPF6eDdteDYDt2LZDUrmsIyQM08U 8AlRhT+soV7EWSbtvsvdlbw3qml/xJtogQE0ML+mvm/vBz0oKzW9afaTSdqZJs+TycDX V4+O57V18nNXTFiMAh5/ZoVJhacix0jqG/4C3dgPNHottbw4BrfuWbbyED2QDSiLlQu6 73g+QVMOTXq1liNftkUPd2ugYA9fT1cZszB1HU3XAxQUXSF4Qu89UJtHmXnuUvSO6iv2 4iNAOWY2xWm3b1OlJ1i8w0sdUxIQ8IJUM97E0WlooLui2ciPruBI4SisX5fCqG+iOTHA Aw2Q== X-Received: by 10.50.43.169 with SMTP id x9mr926916igl.6.1388588613415; Wed, 01 Jan 2014 07:03:33 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.50.126.39 with SMTP id mv7ls6080990igb.41.gmail; Wed, 01 Jan 2014 07:03:32 -0800 (PST) X-Received: by 10.66.66.109 with SMTP id e13mr30282299pat.1.1388588612591; Wed, 01 Jan 2014 07:03:32 -0800 (PST) Received: by 10.50.70.8 with SMTP id i8msigu; Sun, 29 Dec 2013 18:21:01 -0800 (PST) X-Received: by 10.66.251.40 with SMTP id zh8mr24518273pac.2.1388370060948; Sun, 29 Dec 2013 18:21:00 -0800 (PST) Received: from dcvr.yhbt.net ([2600:3c01::f03c:91ff:fe96:f5d6]) by gmr-mx.google.com with ESMTP id k45si13584410yhn.4.2013.12.29.18.21.00 for ; Sun, 29 Dec 2013 18:21:00 -0800 (PST) Received-SPF: neutral (google.com: 2600:3c01::f03c:91ff:fe96:f5d6 is neither permitted nor denied by best guess record for domain of normalperson@yhbt.net) client-ip=2600:3c01::f03c:91ff:fe96:f5d6; Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 41293202B7; Mon, 30 Dec 2013 02:21:00 +0000 (UTC) Date: Mon, 30 Dec 2013 02:21:00 +0000 From: Eric Wong To: rack-devel@googlegroups.com Subject: [PULL] all my recent-ish patches in one branch Message-ID: <20131230022100.GA10734@dcvr.yhbt.net> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) X-Original-Sender: normalperson@yhbt.net X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 2600:3c01::f03c:91ff:fe96:f5d6 is neither permitted nor denied by best guess record for domain of normalperson@yhbt.net) smtp.mail=normalperson@yhbt.net Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Just a round-up of the recent patches I've posted to this list against current rack.git. Feel free to cherry pick or use the original pulls, too. This is what runs all of YHBT.net and bogomips.org, so if you decide to pull from http://bogomips.org/rack.git instead of git://, it'll be rack serving rack in some weird way :o I've been running the chunked and builder patches since the days they were originally posted here and haven't noticed anything wrong. And yahns is working great serving all of this. --------------------------------------------------------------- The following changes since commit e6c14cc3203f8bb94d0105afa96b48f373736c55: Fix race condition in sendfile middleware (2013-12-28 14:18:35 -0400) are available in the git repository at: git://bogomips.org/rack yhbt for you to fetch changes up to 8822fba84af386380a9c05323fdc3cfc84ac5325: Merge remote-tracking branch 'bogomips/yahns' into yhbt (2013-12-30 01:58:31 +0000) ---------------------------------------------------------------- Eric Wong (6): README: update to add yahns to the list of servers builder: avoid to_app on every request when using map chunked: do not chunk on pre-HTTP/1.0 clients Merge remote-tracking branch 'bogomips/builder-map-to_app' into yhbt Merge remote-tracking branch 'bogomips/ancient-chunked' into yhbt Merge remote-tracking branch 'bogomips/yahns' into yhbt README.rdoc | 1 + lib/rack/builder.rb | 2 +- lib/rack/chunked.rb | 13 ++++++++++++- test/spec_chunked.rb | 16 ++++++++++++++++ 4 files changed, 30 insertions(+), 2 deletions(-) -- --- You received this message because you are subscribed to the Google Groups "Rack Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to rack-devel+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.