Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 3129 invoked from network); 7 Apr 2011 18:26:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 18:26:45 -0000 Received: (qmail 98091 invoked by uid 500); 7 Apr 2011 18:26:45 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 98036 invoked by uid 500); 7 Apr 2011 18:26:45 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 98022 invoked by uid 99); 7 Apr 2011 18:26:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 18:26:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 18:26:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 03E299693F for ; Thu, 7 Apr 2011 18:26:06 +0000 (UTC) Date: Thu, 7 Apr 2011 18:26:06 +0000 (UTC) From: "Jyrki Pulliainen (JIRA)" To: dev@couchdb.apache.org Message-ID: <1163894335.41806.1302200766012.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (COUCHDB-1123) Longpolling changes feed with filter and accidental Content-Length header stalls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Longpolling changes feed with filter and accidental Content-Length header stalls -------------------------------------------------------------------------------- Key: COUCHDB-1123 URL: https://issues.apache.org/jira/browse/COUCHDB-1123 Project: CouchDB Issue Type: Bug Components: HTTP Interface Affects Versions: 1.0.2 Environment: Mac OS X Snow Leopard, Ubuntu 10.10. Reporter: Jyrki Pulliainen Priority: Minor CouchDB behaves erroneously when doing a GET request with Content-Length header to long polling changes feed with filter set. Easiest way to reproduce: 1. Create a new DB 2. Create a single design doc with a filter that just returns true 3. Query database with curl: curl -v -H "Content-Length: 123" http://localhost:5984/database/_changes?feed=longpoll&filter=designdoc/filter At this point CouchDB behaves strangely. It does not wait for the client to feed the Content-Length bytes of content (which I think is correct, since GET should not have payload), instead, it returns 200 OK and starts the response with '{"results":['. However, no changes done to database ever get emitted and the connection never gets closed, not even if explicit timeout is set upon the request. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira