This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
Merge
6fb063806b
into
7529807170
pull/57/merge
Benoit Chesneau
8 years ago
committed by
GitHub
parent
7529807170
6fb063806b
commit
19e0194216
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/ibrowse_http_client.erl
+ 2
- 1
src/ibrowse_http_client.erl
View File
@ -753,7 +753,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
,
Write
Preview
Loading…
Cancel
Save