From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evan Weaver Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: TODO list for 1.1.6 release Date: Mon, 20 Jul 2009 13:57:09 -0700 Message-ID: References: <71166b3b0907080523r458a237btb6edb2ae9c219a72@mail.gmail.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org 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 1248123460 6400 80.91.229.12 (20 Jul 2009 20:57:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jul 2009 20:57:40 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Jul 20 22:57:34 2009 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to :content-type:content-transfer-encoding; bh=2aKbBbaJqxFrJqNyTQKvnH2KMjCQRbNfdrTZVDqGD4w=; b=V2VIEE0f9bo5LYJ7kYliGHivbK1Oj29A8Zn5wmG3N4cyDxYd6zkKcw4E+vH4PWiLO/ /xSlRof/XTpOZi9zUs5nZMDH4G2hdgiN1zM354yc2j8YVDDcvU8C5yk3ZfbFlPjjWbvA UEJLGQlVqSOYPcqLyNoaK+nWOfc+46xu6JBUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=TPyor3lJwUUGuN0iHExszpk8ojVT0NkrSGiEeNwqxML26tbqHeN+AO/m13Re3eWWlo AgEsSqXT5AeB+IU8CgK2kXSjShZ3SR+uovfS63a377A+qHehiWVmBRi3RGWg3N1zRb/M IRV5dqfG/Qer0SEhch6XhPDP6PhnQJkOlHz44= In-Reply-To: X-Google-Sender-Auth: 2dbc778adce21c17 X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:148 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1MSzvR-0004AY-Di for gclrmd-mongrel-development@m.gmane.org; Mon, 20 Jul 2009 22:57:33 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id E318A1779931; Mon, 20 Jul 2009 16:57:32 -0400 (EDT) Received: from mail-gx0-f225.google.com (mail-gx0-f225.google.com [209.85.217.225]) by rubyforge.org (Postfix) with ESMTP id 522DE1858125 for ; Mon, 20 Jul 2009 16:57:30 -0400 (EDT) Received: by gxk25 with SMTP id 25so4249793gxk.11 for ; Mon, 20 Jul 2009 13:57:30 -0700 (PDT) Received: by 10.150.123.2 with SMTP id v2mr7650034ybc.15.1248123449491; Mon, 20 Jul 2009 13:57:29 -0700 (PDT) List-Post: Yes please (at least for me). Evan On Mon, Jul 20, 2009 at 1:52 PM, Kirk Haines wrote: > Hey guys. At EY, we have a minor fork of Mongrel that we are carrying > around which has a couple features that would be nice to see pulled > back into the main line of Mongrel. =A0Key changes for our minor fork is > that it drops the pid file immediately after daemonizing, and it > returns a proper 400 response if the HTTP parser encounters bad HTTP, > which lets it play more nicely with proxies. > > Would you guys like patches for these two little changes? > > > Kirk Haines > _______________________________________________ > Mongrel-development mailing list > Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-development > -- = Evan Weaver