游雁
2023-11-16 862c521465b118b4bcf4c9cffecd429c89aa2381
runtime/websocket/bin/funasr-wss-server.cpp
@@ -419,7 +419,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;
    }