riskgod edited a comment on issue #4002:
URL: https://github.com/apache/apisix/issues/4002#issuecomment-815492170


   > > "limit-req": {
   > > "rate": 1,
   > > "burst": 1,
   > > "rejected_code": 503,
   > > "key": "remote_addr"
   > > }
   > 
   > You try to set the `burst` field of the limit-req plugin configured on the 
route to 0, and then test it again, like this:
   > 
   > ```
   > "limit-req": {
   >             "rate": 1,
   >             "burst": 0,
   >             "rejected_code": 503,
   >             "key": "remote_addr"
   >         }
   > ```
   
   <img width="655" alt="Screen Shot 2021-04-08 at 14 37 32" 
src="https://user-images.githubusercontent.com/3436287/113979665-2047b580-9878-11eb-8f3f-53ca0e20a3e9.png";>
   till return 200
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to