You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[warn] 6#6: *1 [lua] _G write guard:12: __newindex(): writing a global Lua variable ('file_size') which may lead to race conditions between concurrent requests, so prefer the use of 'local' variables
and
[warn] 6#6: *1 [lua] _G write guard:12: __newindex(): writing a global Lua variable ('file_data') which may lead to race conditions between concurrent requests, so prefer the use of 'local' variables
The text was updated successfully, but these errors were encountered:
Using this with lua jit 2.1-20190912 from https://github.com/openresty/luajit2 renders warnings about global variables
[warn] 6#6: *1 [lua] _G write guard:12: __newindex(): writing a global Lua variable ('file_size') which may lead to race conditions between concurrent requests, so prefer the use of 'local' variables
and
[warn] 6#6: *1 [lua] _G write guard:12: __newindex(): writing a global Lua variable ('file_data') which may lead to race conditions between concurrent requests, so prefer the use of 'local' variables
The text was updated successfully, but these errors were encountered: