You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/09 10:43:00 UTC

[17/19] mochiweb commit: updated refs/heads/upstream to bd6ae7c

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/upstream
Commit: 82bb026b05217d6f7ed65f23e51cf6811c8cb0cd
Parents: decb075
Author: Bob Ippolito <bo...@redivi.com>
Authored: Tue Sep 8 18:41:47 2015 -0700
Committer: Bob Ippolito <bo...@redivi.com>
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