summaryrefslogtreecommitdiff
path: root/src/plop.erl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-03-02 11:44:50 +0100
committerMagnus Ahltorp <map@kth.se>2015-03-02 15:35:24 +0100
commit35a43b7b1951fdb45e2367122a3928ddba49c894 (patch)
tree8e57ca1909e442b87965c147319a1c215abb8311 /src/plop.erl
parentefdfd2413bab91fffe2c52154c832f77198093a3 (diff)
Rename http_util plop_httputil
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;