Add LuaDefineAlias
This commit is contained in:
@@ -683,7 +683,7 @@ void HttpClientRequest::set_params(LuaCoreStack &LS0, LuaSlot tab) {
|
||||
return;
|
||||
}
|
||||
LuaVar key, val;
|
||||
LuaDefStack LS(LS0.state(), key, val);
|
||||
LuaExtStack LS(LS0.state(), key, val);
|
||||
LS.set(key, LuaNil);
|
||||
while (LS.next(tab, key, val)) {
|
||||
set_param(LS, key, val);
|
||||
|
||||
Reference in New Issue
Block a user