clarify that when curl_multi_timeout() returns -1 it just means that there
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Dec 2007 22:36:52 +0000 (22:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Dec 2007 22:36:52 +0000 (22:36 +0000)
commitf8172f85b1c09554fc4134c4fc972bcfe4c7a9aa
tree4babfce86fa9cec85c99589cb7b28c331bd0c6b2
parent7d3ea12b625fd07d9d41a68e7cc2cd5322247584
clarify that when curl_multi_timeout() returns -1 it just means that there
is no current timeout. It does not mean wait forever and it does not mean
do not wait at all. It means there is no timeout value known at this point in
time.
docs/libcurl/curl_multi_timeout.3