mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Fix HTTPUpgrade transport register
This commit is contained in:
parent
18b823b4a6
commit
bb48a2043d
3 changed files with 28 additions and 21 deletions
|
@ -15,6 +15,7 @@ enum TransportProtocol {
|
|||
WebSocket = 3;
|
||||
HTTP = 4;
|
||||
DomainSocket = 5;
|
||||
HttpUpgrade = 6;
|
||||
}
|
||||
|
||||
enum DomainStrategy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue