]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: split multi_runsingle into sub functions
authorDaniel Stenberg <daniel@haxx.se>
Sat, 26 Oct 2024 20:12:41 +0000 (22:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Oct 2024 09:59:50 +0000 (10:59 +0100)
commite77326403d3d27e7e600257f87768f6a0206f79a
tree35637c935193087ce6493409c44fbc2cd447e43f
parent522c89a134b84de10501ce866865b287df87adc0
multi: split multi_runsingle into sub functions

Introduce five functions named after the state they serve:

- state_connect for MSTATE_CONNECT
- state_do for MSTATE_DO
- state_performing for MSTATE_PERFORMING
- state_ratelimiting for MSTATE_RATELIMITING
- state_resolving for MSTATE_RESOLVING

Closes #15418
lib/multi.c