We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d8587 commit 1332808Copy full SHA for 1332808
apisix/plugins/limit-req/util.lua
@@ -14,11 +14,7 @@
14
-- See the License for the specific language governing permissions and
15
-- limitations under the License.
16
--
17
-local math = require "math"
18
-local abs = math.abs
19
-local max = math.max
20
local ngx_now = ngx.now
21
-local ngx_null = ngx.null
22
local tonumber = tonumber
23
local core = require("apisix.core")
24
t/plugin/limit-req-redis.t
@@ -762,4 +762,3 @@ passed
762
["GET /hello", "GET /hello"]
763
--- error_code eval
764
[200, 503]
765
-
0 commit comments