Skip to content

Commit

Permalink
Right, I'm blind
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Klibert committed Apr 3, 2018
1 parent 869cbfb commit 88c4bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hackney_ssl.erl
Expand Up @@ -50,7 +50,7 @@ messages(_) -> {ssl, ssl_closed, ssl_error}.
%% string and either returns such tuple, or the string if it's impossible to
%% parse.
parse_address(Host) when is_list(Host) ->
case inet:parse_address() of
case inet:parse_address(Host) of
{ok, Address} -> Address;
{error, _} -> Host
end.
Expand Down

0 comments on commit 88c4bc1

Please sign in to comment.