Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
ibrowse
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
30
Wiki
Attività
Sfoglia il codice sorgente
Merge pull request
#155
from nroi/master
Add address family for inet:gethostbyname/2 call
pull/158/head
Chandrashekhar Mullaparthi
7 anni fa
committed by
GitHub
parent
c97136cfb6
ce20f975b4
commit
555f7074c3
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/ibrowse_http_client.erl
+ 1
- 1
src/ibrowse_http_client.erl
Vedi File
@ -619,7 +619,7 @@ is_ipv6_host(Host) ->
{
ok
,
{
_
,
_
,
_
,
_
}
}
-
>
false
;
_
-
>
case
inet
:
gethostbyname
(
Host
)
of
case
inet
:
gethostbyname
(
Host
,
inet6
)
of
{
ok
,
#hostent
{
h_addrtype
=
inet6
}
}
-
>
true
;
_
-
>
Scrivi
Anteprima
Caricamento…
Annulla
Salva