Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): require correct
socket
module (#13026)
require 'socket.unix' was causing a different socket module to be loaded If 'socket.unix' was loaded before the `socket` module, it resulted in a different socket implementation to be used, which resulted in failures when trying to access nil fields of the socket object. More info: https://konghq.atlassian.net/browse/KAG-4472 (cherry picked from commit a212d89)
- Loading branch information