From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=-0.7 required=5.0 tests=AWL,MSGID_FROM_MTA_HEADER, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Chris Wanstrath Newsgroups: gmane.comp.lang.ruby.unicorn.general Subject: Re: POST Body Truncated Date: Tue, 6 Oct 2009 14:46:39 -0700 Message-ID: <8b73aaca0910061446ud7e7ff8ia2cc1a711766dc3b@mail.gmail.com> References: <8b73aaca0910061413y51145254s8def0904080562a5@mail.gmail.com> <20091006212204.GA13411@dcvr.yhbt.net> <8b73aaca0910061426p1d949db2ga1d0241a0d5192c8@mail.gmail.com> <20091006213012.GA31036@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1254865613 13689 80.91.229.12 (6 Oct 2009 21:46:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 21:46:53 +0000 (UTC) Cc: mongrel-unicorn@rubyforge.org To: Eric Wong Original-X-From: mongrel-unicorn-bounces@rubyforge.org Tue Oct 06 23:46:43 2009 Return-path: Envelope-to: gclrug-mongrel-unicorn@m.gmane.org X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org In-Reply-To: <20091006213012.GA31036@dcvr.yhbt.net> X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Xref: news.gmane.org gmane.comp.lang.ruby.unicorn.general:50 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1MvHrn-00023W-20 for gclrug-mongrel-unicorn@m.gmane.org; Tue, 06 Oct 2009 23:46:43 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 85F9618582C0; Tue, 6 Oct 2009 17:46:42 -0400 (EDT) Received: from mail-yx0-f203.google.com (mail-yx0-f203.google.com [209.85.210.203]) by rubyforge.org (Postfix) with ESMTP id 4857418582BC for ; Tue, 6 Oct 2009 17:46:41 -0400 (EDT) Received: by yxe41 with SMTP id 41so9920594yxe.30 for ; Tue, 06 Oct 2009 14:46:40 -0700 (PDT) Received: by 10.150.76.7 with SMTP id y7mr3226006yba.238.1254865599504; Tue, 06 Oct 2009 14:46:39 -0700 (PDT) On Tue, Oct 6, 2009 at 2:30 PM, Eric Wong wrote: > Thanks. =A0I'll take a look. =A0Do you have any example controllers/actio= ns > to reproduce this with so I can track this down easier? =A0(I completely > understand if you can't share secrets, too :). =A0Thanks. It happens everywhere for us - big comments, big wikis, big file edits, big gists. I'm not sure what code I could share because it happens between the browser sending a POST and Rails actually receiving the request. Let me know if you have a suggestion for what you want and I'll whip it up. -- = Chris Wanstrath http://github.com/defunkt