Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 43751 invoked from network); 25 May 2008 21:54:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2008 21:54:19 -0000 Received: (qmail 49984 invoked by uid 500); 25 May 2008 21:54:21 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 49947 invoked by uid 500); 25 May 2008 21:54:20 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 49927 invoked by uid 99); 25 May 2008 21:54:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 14:54:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 21:53:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 167C5234C125 for ; Sun, 25 May 2008 14:53:56 -0700 (PDT) Message-ID: <809110461.1211752436091.JavaMail.jira@brutus> Date: Sun, 25 May 2008 14:53:56 -0700 (PDT) From: "Christopher Lenz (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Assigned: (COUCHDB-55) Mochi thinks request is over when it's not. (delayed packets) In-Reply-To: <1475116109.1210899295649.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Lenz reassigned COUCHDB-55: --------------------------------------- Assignee: Christopher Lenz > Mochi thinks request is over when it's not. (delayed packets) > ------------------------------------------------------------- > > Key: COUCHDB-55 > URL: https://issues.apache.org/jira/browse/COUCHDB-55 > Project: CouchDB > Issue Type: Bug > Components: HTTP Interface > Environment: Ubuntu 8.04 > CouchDB trunk > Reporter: Jeff Davey > Assignee: Christopher Lenz > > When the request is broken up as such: > Packet #1 > ----------- > PUT /db/doc HTTP/1.1 > Transfer-Encoding:chunked > Content-Type:application/json > Host: localhost > Packet #2 > ------------------ > 1234 > { > "ima" : "doc" > } > 0 > Mochi ignores the fact that Transfer-Encoding: chunked is set, and gives a 500 error after packet #1 before it receives packet #2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.