Billy O'Neal af508e3641
curl_multi_perform.md: resolve inconsistency
... between curl_multi_perform and curl_multi_wait/poll documentation

The `curl_multi_perform` documentation uses integer contextual
conversion to `bool` to test the resulting `CURLMcode`, while other
functions like `curl_multi_wait` and `curl_multi_poll` test against
`CURLM_OK`. (I was initially confused by this as it looked like some
docs call curl_multi_wait/poll on error, while some called only on
success. But that was my misread, not a docs problem.)

Also fixed the example to print which function call failed; previously
an error reported by `curl_multi_perform` was printed as a failure of
`curl_multi_wait`.

Closes #20444
2026-01-27 09:07:18 +01:00
..
2026-01-22 23:44:47 +01:00
2026-01-20 12:37:56 +01:00
2026-01-15 13:06:13 +01:00
2026-01-15 13:06:13 +01:00
2026-01-15 13:06:13 +01:00
2026-01-20 12:37:56 +01:00
2026-01-14 03:11:33 +01:00
2026-01-15 13:06:13 +01:00
2025-12-26 22:06:09 +01:00