mirror of
https://github.com/curl/curl.git
synced 2026-05-14 20:16:22 +03:00
TODO: thread-safe sharing
This commit is contained in:
parent
79677caa33
commit
a62dbf2310
1 changed files with 8 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
1.3 struct lifreq
|
||||
1.4 alt-svc sharing
|
||||
1.5 get rid of PATH_MAX
|
||||
1.6 thread-safe sharing
|
||||
1.8 CURLOPT_RESOLVE for any port number
|
||||
1.9 Cache negative name resolves
|
||||
1.10 auto-detect proxy
|
||||
|
|
@ -247,6 +248,13 @@
|
|||
there we need libssh2 to properly tell us when we pass in a too small buffer
|
||||
and its current API (as of libssh2 1.2.7) does not.
|
||||
|
||||
1.6 thread-safe sharing
|
||||
|
||||
Using the share interface users can share some data between easy handles but
|
||||
several of the sharing options are documented as as not safe and supported to
|
||||
share between multiple concurrent threads. Fixing this would enable more
|
||||
users to share data in more powerful ways.
|
||||
|
||||
1.8 CURLOPT_RESOLVE for any port number
|
||||
|
||||
This option allows applications to set a replacement IP address for a given
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue