Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 33682 invoked from network); 16 Dec 2009 16:00:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Dec 2009 16:00:56 -0000 Received: (qmail 15728 invoked by uid 500); 16 Dec 2009 16:00:56 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 15653 invoked by uid 500); 16 Dec 2009 16:00:55 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 15641 invoked by uid 99); 16 Dec 2009 16:00:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 16:00:55 +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; Wed, 16 Dec 2009 16:00:52 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id CAAA8234C4BF; Wed, 16 Dec 2009 08:00:32 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 47087] Incorrect request body handling with Expect: 100-continue if the client does not receive a transmitted 300 or 400 response prior to sending its body X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nick@webthing.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20091216160032.CAAA8234C4BF@brutus.apache.org> Date: Wed, 16 Dec 2009 08:00:32 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=47087 --- Comment #16 from Nick Kew 2009-12-16 08:00:27 UTC --- (In reply to comment #15) > [chop] This problem really belongs on the users@ list. Does it help if you either: (a) use mod_headers to unset the Expect: request header for the app? or: (b) use a browser match to force HTTP/1.0 for the client? If not, then your own hack may be your best workaround. Come to think of it, you have another valid point. We should ensure any surplus request data are mopped up before closing the connection. I'll try and find time to test the patch for that and fix it up if necessary. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org