mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Update HTTPUpgrade spelling and proto
This commit is contained in:
parent
fe3a0cf954
commit
657c5c8570
70 changed files with 74 additions and 74 deletions
|
@ -43,7 +43,7 @@ func transportProtocolToString(protocol TransportProtocol) string {
|
|||
return "websocket"
|
||||
case TransportProtocol_DomainSocket:
|
||||
return "domainsocket"
|
||||
case TransportProtocol_HttpUpgrade:
|
||||
case TransportProtocol_HTTPUpgrade:
|
||||
return "httpupgrade"
|
||||
default:
|
||||
return unknownProtocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue