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 2016/09/01 10:53:17 UTC

chttpd commit: updated refs/heads/master to 35cb938

Repository: couchdb-chttpd
Updated Branches:
  refs/heads/master 9e0ad343c -> 35cb9388f


fix compilation warning


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

Branch: refs/heads/master
Commit: 35cb9388f48fea0244d9952b9e1845e015ac95de
Parents: 9e0ad34
Author: Robert Newson <rn...@apache.org>
Authored: Thu Sep 1 11:53:00 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Sep 1 11:53:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/35cb9388/src/chttpd.erl
----------------------------------------------------------------------
diff --git a/src/chttpd.erl b/src/chttpd.erl
index a5b8075..d0a06b6 100644
--- a/src/chttpd.erl
+++ b/src/chttpd.erl
@@ -363,8 +363,7 @@ maybe_log(#httpd{} = HttpReq, #httpd_resp{should_log = true} = HttpResp) ->
         mochi_req = MochiReq,
         begin_ts = BeginTime,
         original_method = Method,
-        peer = Peer,
-        nonce = Nonce
+        peer = Peer
     } = HttpReq,
     #httpd_resp{
         end_ts = EndTime,