diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-02 00:10:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-02 00:10:59 +0200 |
commit | 39a72bbcd122f63bcfff1eada45a899941451381 (patch) | |
tree | aea2ebf9aac3adad345918a4233a6e508be80b9b /docs/libcurl | |
parent | 696ddf6f0af7793e1044d711495e611a9d43ebe9 (diff) |
errors: CURLM_CALL_MULTI_PERFORM is not returned anymore
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index 8ad1facc6..ab37f876e 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -248,7 +248,10 @@ This is the generic return code used by functions in the libcurl multi interface. Also consider \fIcurl_multi_strerror(3)\fP. .IP "CURLM_CALL_MULTI_PERFORM (-1)" This is not really an error. It means you should call -\fIcurl_multi_perform(3)\fP again without doing select() or similar in between. +\fIcurl_multi_perform(3)\fP again without doing select() or similar in +between. Before version 7.20.0 this could be returned by +\fIcurl_multi_perform(3)\fP, but in later versions this return code is never +used. .IP "CURLM_OK (0)" Things are fine. .IP "CURLM_BAD_HANDLE (1)" |