Permalink
2 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
global_init: ignore CURL_GLOBAL_SSL's absense
This bit is no longer used. It is not clear what it meant for users to "init the TLS" in a world with different TLS backends and since the introduction of multissl, libcurl didn't properly work if inited without this bit set. Not a single user responded to the call for users of it: https://curl.haxx.se/mail/lib-2017-11/0072.html Reported-by: Evgeny Grin Assisted-by: Jay Satiro Fixes #2089 Fixes #2083 Closes #2107
- Loading branch information
Showing
with
9 additions
and 10 deletions.
- +3 −0 docs/libcurl/curl_global_init.3
- +1 −1 include/curl/curl.h
- +5 −9 lib/easy.c
This comment has been minimized.
Nice!
Will you do a bugfix release soon?
This comment has been minimized.
the next release is already planned for November 29!