mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
threaded-shared-conn.c: fixed typo in commenta
This commit is contained in:
parent
5254d8bf27
commit
415b8dff8e
@ -26,7 +26,7 @@
|
|||||||
* This example fires up NUM_THREADS threads and in each single thread, it
|
* This example fires up NUM_THREADS threads and in each single thread, it
|
||||||
* downloads the same fixed URL a URL_ITERATIONS number of times. The received
|
* downloads the same fixed URL a URL_ITERATIONS number of times. The received
|
||||||
* data is just thrown away. It sets up a single shared object that holds the
|
* data is just thrown away. It sets up a single shared object that holds the
|
||||||
* connection cache and all easy threads in all threads share that same cache.
|
* connection cache and all easy handles in all threads share that same cache.
|
||||||
*
|
*
|
||||||
* This example uses pthreads for threads and mutexes, but should be easy to
|
* This example uses pthreads for threads and mutexes, but should be easy to
|
||||||
* modify to use different thread/mutex system should you want to.
|
* modify to use different thread/mutex system should you want to.
|
||||||
|
Loading…
Reference in New Issue
Block a user