kong
kong copied to clipboard
fix(*): drop luasocket in cli
This is the follow-up PR of https://github.com/Kong/kong/pull/11127
Changing the socket type from luasocket to openresty cosocket causes some test fail weirdly. After investigating, it's mainly because the cosocket support yield and setkeepalive. See the comments in tests.
https://konghq.atlassian.net/browse/FTI-4937