Bugfix conn metatable method call (#3012)
Here `conn` is net.socket instance, so it should be called as one. Otherwise request is very likely to end up with crash and PANIC.
Please register or sign in to comment
Here `conn` is net.socket instance, so it should be called as one. Otherwise request is very likely to end up with crash and PANIC.