Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 41403 invoked from network); 15 Dec 2009 21:37:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 21:37:42 -0000 Received: (qmail 48243 invoked by uid 500); 15 Dec 2009 21:37:41 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 48051 invoked by uid 500); 15 Dec 2009 21:37:40 -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 48041 invoked by uid 99); 15 Dec 2009 21:37:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 21:37:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Tue, 15 Dec 2009 21:37:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1B8BD234C498 for ; Tue, 15 Dec 2009 13:37:18 -0800 (PST) Message-ID: <1589735183.1260913038098.JavaMail.jira@brutus> Date: Tue, 15 Dec 2009 21:37:18 +0000 (UTC) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Resolved: (COUCHDB-595) Expect/Continue support broken for non-chunked transfer uploads In-Reply-To: <1872137220.1260660918068.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-595. ----------------------------------- Resolution: Not A Problem Further testing reveals couchdb works as desired. Will attempt to reproduce the problem but independent tests have passed. > Expect/Continue support broken for non-chunked transfer uploads > --------------------------------------------------------------- > > Key: COUCHDB-595 > URL: https://issues.apache.org/jira/browse/COUCHDB-595 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Reporter: Robert Newson > > CouchDB does not send the "HTTP/1.1 100 CONTINUE\r\n" line in response to a request with header "Expect: 100-continue". It does do so for chunked transfer mode, so correct expect/continue behavior can be achieved by forcing chunked mode, even when the exact length of the body is known. > mochiweb_request.erl's recv/1 method does not send the header, but stream_body/4 does. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.