Skip to content

Commit

Permalink
fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Feb 20, 2025
1 parent c8279e2 commit f60a5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hackney_happy.erl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ do_connect_1({Pid4, MRef4}, {Pid6, MRef6}, Timeout) ->
?report_trace("happy_connect ~p", [OK]),
connect_gc(Pid4, MRef4),
OK;
{'DOWN', MRef6, _Type, Pid, _Info} ->
{'DOWN', MRef6, _Type, _Pid, _Info} ->
do_connect_2(Pid4, MRef4, Timeout)
after Timeout ->
connect_gc(Pid4, MRef4),
Expand Down

0 comments on commit f60a5a1

Please sign in to comment.