1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

non-blocking connects *done*

This commit is contained in:
Daniel Stenberg 2001-10-03 11:58:12 +00:00
parent eafd2c6bd5
commit fcf4fccfa4

View File

@ -18,9 +18,6 @@ To do in a future release (random order):
specification). The receiver will convert the data from the standard form specification). The receiver will convert the data from the standard form
to his own internal form." to his own internal form."
* Make the connect non-blocking so that timeouts work for connect in
multi-threaded programs
* Consider an interface to libcurl that allows applications to easier get to * Consider an interface to libcurl that allows applications to easier get to
know what cookies that are sent back in the response headers. know what cookies that are sent back in the response headers.