Userdata

  • Published on
    ## the problem lua 版本: `Lua 5.4.3 Copyright (C) 1994-2021 Lua.org, PUC-Rio` 相关 issue [HTTP calls do not work with lua 5.4.3 #331](https://github.com/diegonehab/luasocket/issues/331) 报错: ``` socket/http.lua:54: bad argument #1 to 'receive' (string expected, got light userdata) ``` ## the solution 有人已经提交一个 PR 了: https://github.com/diegonehab/luasocket/pull/334 ...