Received: by 10.205.139.2 with SMTP id iu2mr3548735bkc.7.1344435091670; Wed, 08 Aug 2012 07:11:31 -0700 (PDT) X-BeenThere: erlang-programming@googlegroups.com Received: by 10.205.119.129 with SMTP id fu1ls1349931bkc.4.gmail; Wed, 08 Aug 2012 07:11:31 -0700 (PDT) Received: by 10.204.154.76 with SMTP id n12mr3550544bkw.1.1344435091179; Wed, 08 Aug 2012 07:11:31 -0700 (PDT) Received: by 10.204.154.76 with SMTP id n12mr3550541bkw.1.1344435091101; Wed, 08 Aug 2012 07:11:31 -0700 (PDT) Return-Path: Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104]) by gmr-mx.google.com with ESMTP id q3si6520301bkv.1.2012.08.08.07.11.30; Wed, 08 Aug 2012 07:11:31 -0700 (PDT) Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com Received: from hades.cslab.ericsson.net (hades [192.121.151.104]) by hades.cslab.ericsson.net (Postfix) with ESMTP id DAB8E5C0D2; Wed, 8 Aug 2012 16:11:20 +0200 (CEST) X-Original-To: erlang-questi...@erlang.org Delivered-To: erlang-questi...@erlang.org Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by hades.cslab.ericsson.net (Postfix) with ESMTP id 9A0BD5C00C for ; Wed, 8 Aug 2012 16:11:18 +0200 (CEST) Received: by wibhm2 with SMTP id hm2so3107350wib.4 for ; Wed, 08 Aug 2012 07:11:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:disposition-notification-to:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=lsW54n7VLd7dLaNzCoUDhDySOzEkt5PvGuC0vQ9wVSs=; b=dUaJJH8uaSbyEH0zVtUOmjR6WDcmNpPfHS99hu+ROP6K1G95+dMy679VOWQfk2U3da RqeT/FuCzTdYY3fyDFhD7D7x+HbPMohnJ+EbWRmieFjAb3E5n4qzRPDFZu2K51VQjZZY je4z/azJkne3uMmcjumsJpNK5xIOxYOeUjIBtdKOUGmw4agDqVWwBDUjNnuGIRogwFLL Bcx5YlstjQYUxXtRD1rVEqvc2ViFGleEyD7nrHFM3S+myWz/4Ff+0NLdIOp9m2x/++6l bHHUhhhpP146ayntdIgShoRY5y2+spcEa1l0wVK2554q0K0mQUjDERmSokjsPjtGspug FWmw== Received: by 10.216.136.167 with SMTP id w39mr10286124wei.76.1344435078303; Wed, 08 Aug 2012 07:11:18 -0700 (PDT) Received: from [192.168.1.41] (97-120.196-178.cust.bluewin.ch. [178.196.120.97]) by mx.google.com with ESMTPS id ep14sm9024318wid.0.2012.08.08.07.11.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Aug 2012 07:11:16 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1278) From: Zabrane Mickael In-Reply-To: <502254C6.1040...@ninenines.eu> Date: Wed, 8 Aug 2012 16:10:44 +0200 Message-Id: <3F3CC0C2-B801-48D9-BA35-B2D0693E8...@gmail.com> References: <502254C6.1040...@ninenines.eu> To: =?iso-8859-1?Q?Lo=EFc_Hoguin?= X-Mailer: Apple Mail (2.1278) Cc: erlang-questions Subject: Re: [erlang-questions] [ANN] Cowboy 0.6.1 X-BeenThere: erlang-questi...@erlang.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Erlang/OTP discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: erlang-questions-boun...@erlang.org Sender: erlang-questions-boun...@erlang.org Hi Lo=EFc, Congrats for this new release. Did it include the parsing of HTTP headers without the decode_packet call? Regards, Zabrane On Aug 8, 2012, at 2:00 PM, Lo=EFc Hoguin wrote: > Hello, > = > Tagged a new version before starting to break API compatibility for the u= pcoming big release. This version contains a few fixes that do not break co= mpatibility. I do not plan to make another release before 0.8. > = > Changes are: > = > * Add hello_world, rest_hello_world, chunked_hello_world, > echo_get, echo_post and static examples. > = > * Add support for the "Expect: 100-continue" header. > = > * Keep the original 'Host' header value instead of modifying it. > = > * Fix use of parsed headers cache. > = > * REST: fix the matching of charsets. > = > * REST: allow <<"type/subtype">> format for content_types_accepted. > = > * Improve typespecs. > = > I urge everyone to get out of master for a little while because the switc= h to Ranch will break your project until you make the necessary changes. > = > Thanks for your understanding. > = > -- = > Lo=EFc Hoguin > Erlang Cowboy > Nine Nines > http://ninenines.eu > _______________________________________________ > erlang-questions mailing list > erlang-questi...@erlang.org > http://erlang.org/mailman/listinfo/erlang-questions _______________________________________________ erlang-questions mailing list erlang-questi...@erlang.org http://erlang.org/mailman/listinfo/erlang-questions