Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix upload rate limiting, add test cases #12586

Closed
wants to merge 1 commit into from

Conversation

icing
Copy link
Contributor

@icing icing commented Dec 22, 2023

  • refs Unable to upload file with curl when --limit-rate is provided #12559
  • add test cases for rate limiting uploads for all http versions
  • fix transfer loop handling of limits. Signal a re-receive attempt only on exhausting maxloops without an EAGAIN
  • fix data->state.selectbits forcing re-receive to also set re-sending when transfer is doing this.

- refs curl#12559
- add test cases for rate limiting uploads for all
  http versions
- fix transfer loop handling of limits. Signal a re-receive
  attempt only on exhausting maxloops without an EAGAIN
- fix `data->state.selectbits` forcing re-receive to also
  set re-sending when transfer is doing this.
@github-actions github-actions bot added the tests label Dec 22, 2023
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.

None yet

2 participants