diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2016-11-02 17:06:15 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2016-11-02 17:06:15 +0100 |
commit | 86bbaaa1a6754d4f9e1c6eb4e17887ae189aa825 (patch) | |
tree | a4690014b626c01fcf26d72cacf9387922482873 | |
parent | 7175222ce63ef61749cc00a1f29d11d098bd28a8 (diff) | |
download | libgit2-86bbaaa1a6754d4f9e1c6eb4e17887ae189aa825.tar.gz |
THREADING: update cURL thread safety link
-rw-r--r-- | THREADING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/THREADING.md b/THREADING.md index e9be8b99f..77160a479 100644 --- a/THREADING.md +++ b/THREADING.md @@ -63,7 +63,7 @@ General Case ------------ By default we use libcurl, which has its own ![recommendations for -thread safety](http://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Multi-threading). +thread safety](https://curl.haxx.se/libcurl/c/threadsafe.html). If libcurl was not found or was disabled, libgit2 uses OpenSSL to be able to use HTTPS as a transport. This library is made to be |