(1)第335行 length = tonumber(str, 16)报 str 为 nil,导致协程崩溃

    另外,你贴的那一行代码,如果 str 为 nil 的时候,会导致 Lua 运行时异常,导致当前协程退出,当前请求也会退出

    doujiang24 用https://github.com/ledgetech/lua-resty-http/blob/master/lib/resty/http.lua库,以后也出现了这个错误: /usr/local/openresty/lualib/resty/http.lua:409: bad argument #1 to 'tonumber' (string expected, got nil)

    Write a Reply...