projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197830a
)
curl_multi_socket_action() is the one we favor!
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 11 May 2009 20:31:17 +0000
(20:31 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 11 May 2009 20:31:17 +0000
(20:31 +0000)
docs/libcurl/libcurl-multi.3
patch
|
blob
|
history
diff --git
a/docs/libcurl/libcurl-multi.3
b/docs/libcurl/libcurl-multi.3
index
0e75bde
..
af21984
100644
(file)
--- a/
docs/libcurl/libcurl-multi.3
+++ b/
docs/libcurl/libcurl-multi.3
@@
-124,7
+124,7
@@
applications to not only avoid being forced to use select(), but it also
offers a much more high-performance API that will make a significant difference
for applications using large numbers of simultaneous connections.
-\fIcurl_multi_socket
(3)\fP (and \fIcurl_multi_socket_all(3)\fP)
is then used
+\fIcurl_multi_socket
_action(3)\fP
is then used
instead of \fIcurl_multi_perform(3)\fP.
.SH "BLOCKING"
A few areas in the code are still using blocking code, even when used from the