0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-14 04:19:36 +03:00

Fix HTTPUpgrade transport register

This commit is contained in:
风扇滑翔翼
2024-03-18 13:16:46 +08:00
committed by yuhan6665
parent 18b823b4a6
commit bb48a2043d
3 changed files with 28 additions and 21 deletions

View File

@ -15,6 +15,7 @@ enum TransportProtocol {
WebSocket = 3;
HTTP = 4;
DomainSocket = 5;
HttpUpgrade = 6;
}
enum DomainStrategy {