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 6, 2022
1 parent 3e28ab1 commit e7d9fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/latest/plugins/limit-conn.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \

## 测试插件

按上述配置启用插件后,服务将只允许一个并发请求;当收到多个并发请求时,将直接返回 `503` HTTP 状态码,拒绝请求
按上述配置启用插件后,在这条路由资源上,APISIX 将只允许一个连接;当有更多连接进入时,APISIX 会直接返回 `503` HTTP 状态码,拒绝连接

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

0 comments on commit e7d9fbf

Please sign in to comment.