summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep_httpc.erl
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-08-23 17:55:15 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-08-23 17:55:15 +0000
commit059e5f4d9979e9fcc31dc8671f8744e2af8fe7c0 (patch)
treeba5345a77ce56dd4d0abbff82dd85be65d6c7a15 /src/couchdb/couch_rep_httpc.erl
parent526d6aec9361fe725716b104490f7b9ba013498c (diff)
Replicator: fix authentication failure when replicating design documents that have attachments.
Closes COUCHDB-868. Patch by Jason Smith, thanks. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@988233 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_rep_httpc.erl')
-rw-r--r--src/couchdb/couch_rep_httpc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_rep_httpc.erl b/src/couchdb/couch_rep_httpc.erl
index 1f2b49ac..a751f6b2 100644
--- a/src/couchdb/couch_rep_httpc.erl
+++ b/src/couchdb/couch_rep_httpc.erl
@@ -15,7 +15,7 @@
-include("../ibrowse/ibrowse.hrl").
-export([db_exists/1, db_exists/2, full_url/1, request/1, redirected_request/2,
- spawn_worker_process/1, spawn_link_worker_process/1]).
+ redirect_url/2, spawn_worker_process/1, spawn_link_worker_process/1]).
request(#http_db{} = Req) ->
do_request(Req).