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

Implement --limit-rate from curl #1222

Closed
jcamiel opened this issue Jan 29, 2023 · 2 comments · Fixed by #3344
Closed

Implement --limit-rate from curl #1222

jcamiel opened this issue Jan 29, 2023 · 2 comments · Fixed by #3344
Labels
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Jan 29, 2023

Implement --limit-rate from curl could be a good idea when you're testing a public API that have rate limiting.

Lib curl: https://curl.se/libcurl/c/CURLOPT_MAX_SEND_SPEED_LARGE.html

See curl manual --limit-rate

@jcamiel jcamiel added the enhancement New feature or request label Jan 29, 2023
@jcamiel jcamiel added this to the 4.0.0 milestone Jun 9, 2023
@fabricereix fabricereix modified the milestones: 4.0.0, 4.1.0 Jun 28, 2023
@jcamiel jcamiel removed this from the 4.1.0 milestone Sep 9, 2023
@jcamiel jcamiel added this to the 4.2.0 milestone Sep 21, 2023
@jcamiel jcamiel modified the milestones: 4.2.0, 4.3.0 Jan 10, 2024
@jcamiel jcamiel modified the milestones: 4.3.0, 5.0.0 Apr 17, 2024
@jcamiel jcamiel modified the milestones: 5.0.0, 5.1.0 Aug 28, 2024
@danielbprice
Copy link

I'm doing some testing against a server which seems be behaving poorly for clients that are slow uploaders. This would really help me to simulate those conditions.

@jcamiel jcamiel linked a pull request Oct 25, 2024 that will close this issue
@danielbprice
Copy link

Thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants