You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/09/24 22:58:31 UTC

chttpd commit: updated refs/heads/master to b46d34c

Repository: couchdb-chttpd
Updated Branches:
  refs/heads/master eabbbeb68 -> b46d34c6d


Rebrand X-Cloudant-Stack-Hash header for CouchDB


Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/b46d34c6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/b46d34c6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/b46d34c6

Branch: refs/heads/master
Commit: b46d34c6dacb870962db816172a0c3c6de030e95
Parents: eabbbeb
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Sep 25 00:51:21 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Sep 25 00:58:00 2014 +0400

----------------------------------------------------------------------
 src/chttpd.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/b46d34c6/src/chttpd.erl
----------------------------------------------------------------------
diff --git a/src/chttpd.erl b/src/chttpd.erl
index 77093c9..8945d0a 100644
--- a/src/chttpd.erl
+++ b/src/chttpd.erl
@@ -927,7 +927,7 @@ log_error_with_stack_trace(_) ->
     ok.
 
 stack_trace_id(Stack) ->
-    {"X-Cloudant-Stack-Hash", stack_hash(Stack)}.
+    {"X-Couch-Stack-Hash", stack_hash(Stack)}.
 
 stack_hash(Stack) ->
     erlang:crc32(term_to_binary(Stack)).