Skip to content

multi: split multi_runsingle into sub functions - #15418

Closed
bagder wants to merge 2 commits into
masterfrom
bagder/runsingle-split
Closed

multi: split multi_runsingle into sub functions#15418
bagder wants to merge 2 commits into
masterfrom
bagder/runsingle-split

Conversation

@bagder

@bagder bagder commented Oct 26, 2024

Copy link
Copy Markdown
Member

Introduce five functions named after the state they serve:

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

Introduce five functions named after the state they serve:

- state_performing for MSTATE_PERFORMING
- state_do for MSTATE_DO
- state_ratelimiting for MSTATE_RATELIMITING
- state_resolving for MSTATE_RESOLVING
- state_connect for MSTATE_CONNECT
@bagder bagder added the tidy-up label Oct 26, 2024
@bagder bagder closed this in e773264 Oct 27, 2024
@bagder
bagder deleted the bagder/runsingle-split branch October 27, 2024 10:03
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
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 curl#15418
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant