summaryrefslogtreecommitdiff
path: root/src/plop.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plop.erl')
-rw-r--r--src/plop.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop.erl b/src/plop.erl
index 0b95faa..63579d1 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -197,7 +197,7 @@ send_http_request(TreeLeafHash, URL, Headers, RequestBody) ->
ParentPid = self(),
RequestId = make_ref(),
spawn(fun () ->
- case http_util:request("leafhash " ++ mochihex:to_hex(TreeLeafHash), URL, Headers, RequestBody) of
+ case plop_httputil:request("leafhash " ++ mochihex:to_hex(TreeLeafHash), URL, Headers, RequestBody) of
{failure, StatusLine, RespHeaders, Body} ->
lager:debug("auth check failed"),
drop;