diff options
author | Kamil Dudka <kdudka@redhat.com> | 2017-01-19 12:12:26 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2017-01-19 12:20:04 +0100 |
commit | f1261b1253c57e1e3257ddba5d039475fcda90b7 (patch) | |
tree | 6dbb198ace845cd58f56ef628525153538ae7396 /docs | |
parent | 2d6831b75824807219b24e16d0d2aabab61ad545 (diff) |
docs: non-blocking SSL handshake is now supported with NSS
Implemented since curl-7_36_0-130-g8868a22
Reported-by: Fahim Chandurwala
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 1 | ||||
-rw-r--r-- | docs/libcurl/libcurl-multi.3 | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -396,7 +396,6 @@ EWOULDBLOCK or similar. Blocking cases include: - Name resolves on non-windows unless c-ares is used - - NSS SSL connections - HTTP proxy CONNECT operations - SOCKS proxy handshakes - file:// transfers diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index 0717be779..d25a1b00c 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -173,7 +173,6 @@ the future, you should be aware of the following current restrictions: .nf - Name resolves unless the c-ares or threaded-resolver backends are used - - NSS SSL connections - HTTP proxy CONNECT operations - SOCKS proxy handshakes - file:// transfers |