diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-11 14:54:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-11 14:54:45 +0000 |
commit | b3e8cf539d0105c2d1cbcab6b0090d3d034fd8ae (patch) | |
tree | 1241e209ce59b4461c8eeb7561c7d8f1c5b60147 | |
parent | fb5f332834baeee1c9ec27dee6fc065364d5b7f3 (diff) |
NSS SSL connections are also blocking
-rw-r--r-- | docs/libcurl/libcurl-multi.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index 17041f576..df4416f3f 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -134,6 +134,7 @@ the future, you should be aware of the following current restrictions: .nf - Name resolves on non-windows unless c-ares is used - GnuTLS SSL connections + - NSS SSL connections - Active FTP connections - HTTP proxy CONNECT operations - SOCKS proxy handshakes |