echo icon indicating copy to clipboard operation
echo copied to clipboard

fix(middleware): Fix Allow method of RateLimiterMemoryStore

Open champon1020 opened this issue 10 months ago • 0 comments

What

Modify (*RateLimiterMemoryStore).Allow method in rate limiter middleware.

Why

Currently, Allow method acts unexpected behavior that it denies the request nevertheless subtract of lastSeen and now exceeds expiresIn.

champon1020 avatar Apr 01 '24 14:04 champon1020