Skip to content
  • Thomas Markwalder's avatar
    [5046] CommandMgr dups the connection socket prior to executing command · e5a6c2b4
    Thomas Markwalder authored
    src/lib/config/command_mgr.cc
        CommandMgr::commandReader(int sockfd) - duplicates the connection
        socket to use for repsonding in case the command closes the channel.
    
    src/lib/testutils/io_utils.cc
        fileExists() - now uses stat() function so one can use it on any
        type of file, like a unix socket
    
    updated unit tests accordingly
    e5a6c2b4