We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8279e2 commit f60a5a1Copy full SHA for f60a5a1
src/hackney_happy.erl
@@ -64,7 +64,7 @@ do_connect_1({Pid4, MRef4}, {Pid6, MRef6}, Timeout) ->
64
?report_trace("happy_connect ~p", [OK]),
65
connect_gc(Pid4, MRef4),
66
OK;
67
- {'DOWN', MRef6, _Type, Pid, _Info} ->
+ {'DOWN', MRef6, _Type, _Pid, _Info} ->
68
do_connect_2(Pid4, MRef4, Timeout)
69
after Timeout ->
70
0 commit comments