Rename mochiweb_util to avoid conflicts

This commit is contained in:
Loïc Hoguin 2016-11-24 16:04:55 +01:00
parent 6f750485a8
commit 991f4caaf8
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ q(Args) ->
string:join([escape(K, V) || {K, V} <- Args], "&").
escape(K, V) ->
atom_to_list(K) ++ "=" ++ mochiweb_util:quote_plus(V).
atom_to_list(K) ++ "=" ++ rabbit_http_util:quote_plus(V).
parse_resp(Resp) -> string:to_lower(string:strip(Resp)).