We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e499e2 commit 69ec909Copy full SHA for 69ec909
src/hackney_happy.erl
@@ -91,7 +91,7 @@ do_connect_2(Pid, MRef, Timeout) ->
91
?report_trace("happy_connect ~p", [OK]),
92
OK;
93
{'DOWN', MRef, _Type, _Pid, Info} ->
94
- {connect_error, Info}
+ Info
95
after Timeout ->
96
connect_gc(Pid, MRef),
97
{error, connect_timeout}
0 commit comments