Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 67140 invoked from network); 20 Apr 2008 04:25:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2008 04:25:40 -0000 Received: (qmail 7852 invoked by uid 500); 20 Apr 2008 04:25:41 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 7818 invoked by uid 500); 20 Apr 2008 04:25:41 -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 7809 invoked by uid 99); 20 Apr 2008 04:25:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Apr 2008 21:25:41 -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, 20 Apr 2008 04:24:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6C7F234C0E5 for ; Sat, 19 Apr 2008 21:22:22 -0700 (PDT) Message-ID: <973857429.1208665342799.JavaMail.jira@brutus> Date: Sat, 19 Apr 2008 21:22:22 -0700 (PDT) From: "Jeffrey C. Ollie (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Commented: (COUCHDB-37) can't upload a doc of 13 Mo In-Reply-To: <741842557.1207778408450.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-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590734#action_12590734 ] Jeffrey C. Ollie commented on COUCHDB-37: ----------------------------------------- I tried creating a 7Mb document with 0.7.3a648222. This version with the mochikit web server checks for bodies larger than 1Mb and returns a 500 error. Is there a reason for not allowing larger documents? > can't upload a doc of 13 Mo > --------------------------- > > Key: COUCHDB-37 > URL: https://issues.apache.org/jira/browse/COUCHDB-37 > Project: CouchDB > Issue Type: Bug > Components: HTTP Interface > Environment: Linux double core amd64/ intel core2duo, Openbsd -current, couchdb 0.7.3a646416 > Reporter: Benoit Chesneau > > Server crash if you try to PUT a doc of 13Mo in a database. No important log in couch.log nor http_*. The server just crash and restart.. It result in refusing the connection of the client. Tested several times on 3 differents machines. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.