Skip to content

Commit 3f33a60

Browse files
committed
强烈建议使用ngx Lua APi 接口(非阻塞的),而不是Lua自身的API(阻塞的)
1 parent db833d9 commit 3f33a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
Connection: keep-alive
647647
```
648648
#### <a name="Openresty_ngx_api_used"/> ngx Lua APi 介绍使用
649-
+ 强烈建议使用ngx Lua APi 接口`(非阻塞的)`,而不是Lua自身的API`(阻塞的)`
649+
+ 强烈建议使用ngx Lua APi 接口`(非阻塞的)`,而不是Lua自身的API`(阻塞的)`,Lua 自身API会阻塞掉的
650650
+ ngx_lua_api_test.lua
651651
```Lua
652652
local json = require "cjson" -- 引入cjson 扩展

0 commit comments

Comments
 (0)