Skip to content

Commit

Permalink
trivial change to replicator request headers. Closes COUCHDB-419
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@804007 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
kocolosk committed Aug 13, 2009
1 parent 8491d12 commit 83f9bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couchdb/couch_db.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
auth = [],
resource = "",
headers = [
{"User-Agent", "CouchDb/"++couch_server:get_version()},
{"User-Agent", "CouchDB/"++couch_server:get_version()},
{"Accept", "application/json"},
{"Accept-Encoding", "gzip"}
],
Expand Down

0 comments on commit 83f9bb2

Please sign in to comment.