web-platform-tests/wpt
在 GitHub 查看WebSocketDaemon attempted spawn even when ws_doc_root is null
Open
#8,675 创建于 2017年12月13日
good first issueinfrapriority:backlog
仓库指标
- Star
- (4,581 star)
- PR 合并指标
- (平均合并 6天 7小时) (30 天内合并 626 个 PR)
描述
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.