lua-resty-exec icon indicating copy to clipboard operation
lua-resty-exec copied to clipboard

socket::receive - wrong number of return parameters

Open jurafa opened this issue 7 years ago • 0 comments

Hi. I was quickly going through the code and noticed that in file socket.lua in function function _M.receive(self) there on some lines return three parameters and on some lines just two. If I am correct then this patch could be applied to fix it: patch.diff

jurafa avatar Jan 11 '18 10:01 jurafa