Commit 5095da4
change: do not need to create the Lua request ctx data table from C (#1926)
since we already changed to add the ctx table to the registry table at Lua land in resty.core.ctx.
related change:
openresty/lua-resty-core@2d667ec
Notice: people who use the raw ffi C api to build their own ctx related Lua library(just like resty.core.ctx) need to require resty.core.ctx first.
Co-authored-by: doujiang24 <dejiang@openresty.com>1 parent 5425d6d commit 5095da4
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
788 | 791 | | |
789 | 792 | | |
790 | 793 | | |
| |||
0 commit comments