Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
OpenBSD fails to connect to "0.0.0.0". Tell that "0.0.0.0" eq "127.0.…
…0.1" force
  • Loading branch information
olegwtf committed Jun 5, 2011
1 parent 5ac225a commit 704c35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Net-HTTPS-NB.t
Expand Up @@ -39,5 +39,5 @@ sub make_server {
exit;
}

return ($serv->sockhost, $serv->sockport);
return ($serv->sockhost eq "0.0.0.0" ? "127.0.0.1" : $serv->sockhost, $serv->sockport);
}

0 comments on commit 704c35d

Please sign in to comment.