web-platform-tests/wpt

WebSocketDaemon attempted spawn even when ws_doc_root is null

Open

#8,675 创建于 2017年12月13日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)HTML (4,581 star) (2,898 fork)batch import
good first issueinfrapriority:backlog

描述

If ws_doc_root is null (default in config.default.json), server.py still attempts to spawn WebSocketDaemons, which then fail due to lack of config.

I'm pretty new to wpt so not sure if desired behavior in this case is to

a) Require that ws_doc_root be set b) If ws_doc_root is not set, skip spawning WebSocketDaemon c) Make WebSocketDaemon handle null and default config better

For now, I assuming b) but defer to experts in terms of how this should be handled.

贡献者指南

WebSocketDaemon attempted spawn even when ws_doc_root is null · web-platform-tests/wpt#8675 | Good First Issue