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
default ssl_options to []
pull/57/head
benoitc
13 anni fa
parent
bd4f1565d7
commit
6fb063806b
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-1
src/ibrowse_http_client.erl
+ 2
- 1
src/ibrowse_http_client.erl
Vedi File
@ -613,7 +613,8 @@ check_ssl_options(Options, State) ->
false
-
>
State
;
true
-
>
State
#state
{
is_ssl
=
true
,
ssl_options
=
get_value
(
ssl_options
,
Options
)
}
State
#state
{
is_ssl
=
true
,
ssl_options
=
get_value
(
ssl_options
,
Options
,
[
]
)
}
end
.
send_req_1
(
From
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva