aboutsummaryrefslogtreecommitdiffstats
path: root/test/proxy_protocol_ssl.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/proxy_protocol_ssl.erl')
-rw-r--r--test/proxy_protocol_ssl.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_protocol_ssl.erl b/test/proxy_protocol_ssl.erl
index a25b297..d850800 100644
--- a/test/proxy_protocol_ssl.erl
+++ b/test/proxy_protocol_ssl.erl
@@ -20,7 +20,7 @@ init(Ref, Transport, _Opts = []) ->
loop(Socket, Transport) ->
case Transport:recv(Socket, 0, 5000) of
{ok, Data} ->
- Transport:send(Socket, Data),
+ _ = Transport:send(Socket, Data),
loop(Socket, Transport);
_ ->
ok = Transport:close(Socket)