You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add weight validation (must be >= 1) to HttpRequestRegexMatcher
Reject non-positive weight values in the constructor to prevent
weight=0 (free requests) or negative weights (budget restoration)
from bypassing rate limits. Adds two tests for validation.
Co-Authored-By: Daryna Ishchenko <darina.ishchenko17@gmail.com>
0 commit comments