summaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-multi.3
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2016-09-23 13:49:53 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2016-09-23 13:50:15 +0900
commit3e62527ed71a7a362d7ec321e7f026edab35f8e2 (patch)
tree7f3b26146600554e22d60afbe69035821056f299 /docs/libcurl/libcurl-multi.3
parent0a710b32648c435f792f5993fdefa2d96f802580 (diff)
downloadcurl-3e62527ed71a7a362d7ec321e7f026edab35f8e2.tar.gz
curl-3e62527ed71a7a362d7ec321e7f026edab35f8e2.tar.bz2
curl-3e62527ed71a7a362d7ec321e7f026edab35f8e2.zip
Imported Upstream version 7.50.2upstream/7.50.2
Change-Id: I91c6040940a21b2bebab9d6cab11d50767b7bac4
Diffstat (limited to 'docs/libcurl/libcurl-multi.3')
-rw-r--r--docs/libcurl/libcurl-multi.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3
index a7f3dbbfc..e5a589202 100644
--- a/docs/libcurl/libcurl-multi.3
+++ b/docs/libcurl/libcurl-multi.3
@@ -153,7 +153,7 @@ timeout expires, your application should call the
\fIcurl_multi_socket_action(3)\fP function saying it was due to a timeout.
This API is typically used with an event-driven underlying functionality (like
-libevent, libev, kqueue, epoll or similar) which which the application
+libevent, libev, kqueue, epoll or similar) with which the application
"subscribes" on socket changes. This allows applications and libcurl to much
better scale upward and beyond thousands of simultaneous transfers without
losing performance.