Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ssl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ function Base.close(ssl::SSLStream, shutdown::Bool=true)
try
ssl_disconnect(ssl.ssl)
catch err
@debug "SSL disconnect failed" err
ccall(:jl_safe_printf, Cvoid, (Cstring, Cstring), "SSL disconnect failed %s.", repr(err))
end
end
free(ssl.ssl)
Expand Down
Loading