summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2009-09-16 19:05:08 +0000
committerDamien F. Katz <damien@apache.org>2009-09-16 19:05:08 +0000
commit3be897ebad528a81bcec91c406ea4e390f8a2915 (patch)
tree738947118c23309c93e859110a312f18c4fca7fb /src/couchdb/couch_db.hrl
parent29b93930462628612da0ce6b85f5d0fb553f842f (diff)
Single line http request when log=info
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@815927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r--src/couchdb/couch_db.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl
index a52bc983..053cbaa4 100644
--- a/src/couchdb/couch_db.hrl
+++ b/src/couchdb/couch_db.hrl
@@ -65,6 +65,7 @@
-record(httpd,
{mochi_req,
+ peer,
method,
path_parts,
db_url_handlers,