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

Feat: add bandwidth limit example #163

Closed
wants to merge 3 commits into from
Closed

Conversation

saixiaoxi
Copy link
Contributor

@saixiaoxi saixiaoxi commented Dec 2, 2024

What type of PR is this?

feat: add bandwidth limit example

What this PR does / why we need it (English/Chinese):

add bandwidth limit example

Which issue(s) this PR fixes:

Fixes #131

@saixiaoxi saixiaoxi requested review from a team as code owners December 2, 2024 07:46
@saixiaoxi
Copy link
Contributor Author

client/send_request/main.go:66:14: Error return value of c.DoDeadline is not checked (errcheck)等文件检查没有通过

@Duslia

@GuangmingLuo
Copy link
Member

Thank you for your contribution. I don't think it's necessary to add and maintain such an example. Rate limiting is not a feature provided by Hertz.

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

Successfully merging this pull request may close these issues.

possible to do a rate limit example in terms of bandwidth? e.g. rate limited by 100kb/second
2 participants