-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
http: refactor out stream rate limiter to common #14828
Conversation
Signed-off-by: Nitin <nigoyal@microsoft.com>
Hi @nitgoy, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
Thanks for the PR. Looks like you need to run |
I'm having some permission issues running that script today. Working on fixing them. |
Signed-off-by: Nitin <nigoyal@microsoft.com>
Signed-off-by: Nitin <nigoyal@microsoft.com>
@yanavlasov Addressed the format issue. Any idea about the current presubmit (examples) failure? It doesn't seem related to my changes. Looks like disk ran out of space or something. |
@nitgoy a fix for the verify-examples CI job is in main now; merge main into this PR and it should pass. |
Signed-off-by: Nitin <nrk.goyal@gmail.com>
Thanks for refactoring this. Would it be possible to extract unit tests for the |
/wait |
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
Hi @yanavlasov. sorry for the long wait but I just got the chance to finalize the changes. Can you help to reopen the PR? I'm not able to see that option on my side. |
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
Signed-off-by: Nitin Goyal <nigoyal@microsoft.com>
Signed-off-by: Nitin <nigoyal@microsoft.com> Signed-off-by: Gokul Nair <gnair@twitter.com>
Commit Message: Refactor out stream rate limiter class from the fault filter to common. This enables the code to be shared with other extensions such as the bandwidth limit filter. The change is just simple refactoring and shouldn't affect/be visible to users.
Additional Description:
Risk Level: Low
Testing: All unit tests passed.
Docs Changes: None