Closed jbrooksuk closed 6 years ago
When using ThrottlingMiddleware with throttle:x,x the call to getHeaders fails because it's expecting an integer.
ThrottlingMiddleware
throttle:x,x
getHeaders
Will be fixed in 2.1.0.
When using
ThrottlingMiddleware
withthrottle:x,x
the call togetHeaders
fails because it's expecting an integer.