diff options
| author | Haibo Huang <hhb@google.com> | 2020-07-10 20:17:42 -0700 |
|---|---|---|
| committer | Haibo Huang <hhb@google.com> | 2020-07-13 15:46:10 -0700 |
| commit | ca2a80266834bba8f490fd9ac51f77d1b8606d93 (patch) | |
| tree | 2c3eab943845aec3b36d6ea0e33ce0f5cc412033 /docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 | |
| parent | ea155d05e764c6543c0d6be01edf12dda123ed99 (diff) | |
| download | external_curl-ca2a80266834bba8f490fd9ac51f77d1b8606d93.tar.gz external_curl-ca2a80266834bba8f490fd9ac51f77d1b8606d93.tar.bz2 external_curl-ca2a80266834bba8f490fd9ac51f77d1b8606d93.zip | |
Upgrade curl to curl-7_71_1
Change-Id: Ief1f908509a0dd7944004e102310c255e42e4803
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3')
| -rw-r--r-- | docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 b/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 index 1fcde9e5..cf6c80fe 100644 --- a/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 +++ b/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -20,7 +20,7 @@ .\" * .\" ************************************************************************** .\" -.TH CURLOPT_OPENSOCKETFUNCTION 3 "December 03, 2019" "libcurl 7.70.0" "curl_easy_setopt options" +.TH CURLOPT_OPENSOCKETFUNCTION 3 "June 09, 2020" "libcurl 7.71.1" "curl_easy_setopt options" .SH NAME CURLOPT_OPENSOCKETFUNCTION \- set callback for opening sockets @@ -66,7 +66,7 @@ additional \fIsetsockopt(2)\fP calls can of course be done on the socket at the user's discretion. A \fICURL_SOCKET_BAD\fP return value from the callback function will signal an unrecoverable error to libcurl and it will return \fICURLE_COULDNT_CONNECT\fP from the function that triggered this callback. -This return code can be used for IP address blacklisting. +This return code can be used for IP address block listing. If you want to pass in a socket with an already established connection, pass the socket back with this callback and then use |
