Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 74919 invoked from network); 6 Jun 2008 12:31:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 12:31:05 -0000 Received: (qmail 56177 invoked by uid 500); 6 Jun 2008 12:31:08 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 56131 invoked by uid 500); 6 Jun 2008 12:31:08 -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 56116 invoked by uid 99); 6 Jun 2008 12:31:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 05:31:08 -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; Fri, 06 Jun 2008 12:30:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3790234C132 for ; Fri, 6 Jun 2008 05:30:44 -0700 (PDT) Message-ID: <2006133011.1212755444927.JavaMail.jira@brutus> Date: Fri, 6 Jun 2008 05:30:44 -0700 (PDT) From: "Christopher Lenz (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Updated: (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 updated COUCHDB-55: ------------------------------------ Fix Version/s: 0.8.1 > 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 > Fix For: 0.8.1 > > > 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.