This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
HTTP/2的默认设置会使得core无法正确连接 #139
Closed
Description
我在v2ray-core建了 v2ray/v2ray-core#1242
大意就是在设置HTTP/2 host
的时候即使是空,v2rayX也会生成一个这样配置
"httpSettings" : {
"path" : "\/some_radon_path",
"host" : [
""
]
},
这时服务器如果没有设置host
就会认为两边host
不一样而拒绝连接。
Metadata
Metadata
Assignees
Labels
No labels