]> granicus.if.org Git - curl/commitdiff
CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warning
authorJay Satiro <raysatiro@yahoo.com>
Wed, 29 Aug 2018 14:08:16 +0000 (10:08 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 29 Aug 2018 14:08:16 +0000 (10:08 -0400)
Reported-by: Daniel Stenberg
Closes https://github.com/curl/curl/issues/2916

docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3

index 0d736107bbd7b9ac2a10505d441ef753ebdf97b9..04d8e297e60d9023f8b2740fc0d60c2d61214446 100644 (file)
@@ -61,7 +61,8 @@ change the actual URI of an HTTPS request.
 WARNING: The \fICURLOPT_SSL_CTX_FUNCTION(3)\fP callback allows the application
 to reach in and modify SSL details in the connection without libcurl itself
 knowing anything about it, which then subsequently can lead to libcurl
-unknowingly reusing SSL connections with different properties.
+unknowingly reusing SSL connections with different properties. To remedy this
+you may set \fICURLOPT_FORBID_REUSE(3)\fP from the callback function.
 .SH DEFAULT
 NULL
 .SH PROTOCOLS