shixian.shi
2023-11-23 c9f1b4e8a2e903f74de20d019e70307c26e93c3e
runtime/websocket/bin/funasr-wss-server-2pass.cpp
@@ -439,7 +439,7 @@
    funasr::ExtractHws(hotword_path, hws_map_);
    bool is_ssl = false;
    if (!s_certfile.empty()) {
    if (!s_certfile.empty() && access(s_certfile.c_str(), F_OK) == 0) {
      is_ssl = true;
    }