Skip to content

Commit 69ec909

Browse files
committed
happy eyeball: don't wrap error
1 parent 0e499e2 commit 69ec909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hackney_happy.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ do_connect_2(Pid, MRef, Timeout) ->
9191
?report_trace("happy_connect ~p", [OK]),
9292
OK;
9393
{'DOWN', MRef, _Type, _Pid, Info} ->
94-
{connect_error, Info}
94+
Info
9595
after Timeout ->
9696
connect_gc(Pid, MRef),
9797
{error, connect_timeout}

0 commit comments

Comments
 (0)