From commits-return-32179-archive-asf-public=cust-asf.ponee.io@couchdb.apache.org Sun Feb 18 18:29:56 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9F0D01807A6 for ; Sun, 18 Feb 2018 18:29:52 +0100 (CET) Received: (qmail 76512 invoked by uid 500); 18 Feb 2018 17:29:49 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 76163 invoked by uid 99); 18 Feb 2018 17:29:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2018 17:29:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D91FF351F; Sun, 18 Feb 2018 17:29:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wohali@apache.org To: commits@couchdb.apache.org Date: Sun, 18 Feb 2018 17:30:00 -0000 Message-Id: <9c1be7f9855d4e6aa9fac2449329b328@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/50] mochiweb commit: updated refs/heads/master to 999f464 update changelog for #161 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/82bb026b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/82bb026b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/82bb026b Branch: refs/heads/master Commit: 82bb026b05217d6f7ed65f23e51cf6811c8cb0cd Parents: decb075 Author: Bob Ippolito Authored: Tue Sep 8 18:41:47 2015 -0700 Committer: Bob Ippolito Committed: Tue Sep 8 18:41:47 2015 -0700 ---------------------------------------------------------------------- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/82bb026b/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index b7f6c4b..05bf694 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ Version 2.13.0 released XXXX-XX-XX -* Ensure correct ordering of Set-Cookie headers, first in first out. +* Avoid swallowing messages that are not related to the socket + during request parsing + https://github.com/mochi/mochiweb/pull/161 +* Ensure correct ordering of Set-Cookie headers: first in, first out https://github.com/mochi/mochiweb/issues/162 * Improve response times by caching a formatted date once per second for the response headers with a mochiweb_clock service