Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 81455 invoked from network); 25 Jan 2010 20:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 20:40:36 -0000 Received: (qmail 59211 invoked by uid 500); 25 Jan 2010 20:40:35 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 59121 invoked by uid 500); 25 Jan 2010 20:40:34 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 59111 invoked by uid 99); 25 Jan 2010 20:40:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 20:40:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcu-couchdb-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 20:40:25 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NZVj4-0002yq-Bn for user@couchdb.apache.org; Mon, 25 Jan 2010 21:39:58 +0100 Received: from e180015208.adsl.alicedsl.de ([85.180.15.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2010 21:39:58 +0100 Received: from joscha by e180015208.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2010 21:39:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@couchdb.apache.org From: "Joscha Feth" Subject: Re: _list behaves weird on start() after using getRow() Date: Mon, 25 Jan 2010 20:39:37 +0000 (UTC) Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e180015208.adsl.alicedsl.de User-Agent: XanaNews/1.18.1.6 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Zachary Zolton wrote: > Being able to send a flag to getRow, not to flush the response, would > work for me so long as I'm still able to change the headers. My > initial scenario was being able to redirect from a value in the view > rows. I have got a changed main.js here, which has been reworked, but unfortunately I can't find the spot to fix readline() not returning when there is no start() sent, yet. regards, Joscha --