]> git.ipfire.org Git - thirdparty/curl.git/commit
examples: remove recursive calls to curl_multi_socket_action
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Feb 2019 12:44:41 +0000 (13:44 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 Feb 2019 22:08:38 +0000 (23:08 +0100)
commit47e540df8f32c8f7298ab1bc96b0087b5738c257
tree74c313428b6ab1748ea4f45b6eac2bbf5fbcc71d
parent42b30ee8f2ed947a288f55ed78c370da10e3dde4
examples: remove recursive calls to curl_multi_socket_action

From within the timer callbacks. Recursive is problematic for several
reasons. They should still work, but this way the examples and the
documentation becomes simpler. I don't think we need to encourage
recursive calls.

Discussed in #3537
Closes #3601
docs/examples/evhiperfifo.c
docs/examples/ghiper.c
docs/examples/hiperfifo.c
docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3