From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.204.72.79 with SMTP id l15cs471700bkj; Sun, 26 Jul 2009 16:05:58 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.220.75.147 as permitted sender) client-ip=10.220.75.147; Authentication-Results: mr.google.com; spf=pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.220.75.147 as permitted sender) smtp.mail=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com; dkim=pass header.i=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com Received: from mr.google.com ([10.220.75.147]) by 10.220.75.147 with SMTP id y19mr7248835vcj.18.1248649557411 (num_hops = 1); Sun, 26 Jul 2009 16:05:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :mime-version:received:date:in-reply-to:x-ip:references:user-agent :x-http-useragent:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=Px5OVFhBGVIKgRRfASNZi2KT0/0pYi66SVKUKwFqOQs=; b=Oeo2RHAT2s4+SE2l27JafiYcZa14x9sm2ntC6FawM5eGbiQIROeMbRXGvRNR0n5MIX cCmChoquhCnLHUdU2LFmTfTKHnzRea3PsEqh/7bIN5AthO3XvFo6VQ8O443nAQWMUo8B MEY57L/MxN+iNRDSMhM+i29ODbizdYj+QvZ7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:mime-version:date:in-reply-to:x-ip :references:user-agent:x-http-useragent:message-id:subject:from:to :content-type:content-transfer-encoding:reply-to:sender:precedence :x-google-loop:mailing-list:list-id:list-post:list-help :list-unsubscribe:x-beenthere-env:x-beenthere; b=jeQyxCYBu3wb0qgBB40605c+NgIu/nyqo4DSfKCm9hnQA7cRcESIxDtyU8z1APgjAB 4+6VIol50dV3PqjR+kbIdFeLNIHC+MCetlrHOwY/g9bcU2qBF+kAByIfwmEn0cjmGhP2 ujwSpdDweiHmmvrjGM1btMTXClmtiqR8oIqvo= Received: by 10.220.75.147 with SMTP id y19mr1146012vcj.18.1248649557058; Sun, 26 Jul 2009 16:05:57 -0700 (PDT) Received: by 10.177.123.11 with SMTP id a11gr1522yqn.0; Sun, 26 Jul 2009 16:05:45 -0700 (PDT) X-Sender: hongli@phusion.nl X-Apparently-To: rack-devel@googlegroups.com MIME-Version: 1.0 Received: by 10.150.191.15 with SMTP id o15mr1706883ybf.26.1248649544984; Sun, 26 Jul 2009 16:05:44 -0700 (PDT) Date: Sun, 26 Jul 2009 16:05:44 -0700 (PDT) In-Reply-To: <8606b3eb0907240618s6f0515fbu7c052debbf882a95@mail.gmail.com> X-IP: 77.249.52.222 References: <8606b3eb0907240618s6f0515fbu7c052debbf882a95@mail.gmail.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1,gzip(gfe),gzip(gfe) Message-ID: Subject: Re: Dispatcher failed to catch: undefined method `read' for class `FCGI::Stream' (NameError) From: Hongli Lai To: Rack Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: rack-devel@googlegroups.com Sender: rack-devel@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rack-devel@googlegroups.com; contact rack-devel+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rack-devel@googlegroups.com X-BeenThere: rack-devel@googlegroups.com On Jul 24, 3:18=A0pm, Nathan Reckart wrote: > Below is the patch that I used to fix the issue. Sorry if this the > preferred method for submitting patches. Please submit the patch to Lighthouse and post a link here.