Skip to content

Commit

Permalink
update ref reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarwhite authored Sep 7, 2022
1 parent e7d9fbf commit 33eb70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/plugins/limit-conn.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \

## Example usage

The example above configures the Plugin to only allow one concurrent request. When more than one request is received, the Plugin will respond with a 503 status code:
The example above configures the Plugin to only allow one connection on this route. When more than one request is received, the Plugin will respond with a `503` HTTP status code and reject the connection:

```shell
curl -i http://127.0.0.1:9080/index.html?sleep=20 &
Expand Down

0 comments on commit 33eb70f

Please sign in to comment.