mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-08-22 09:36:49 +08:00
Transport: Add HTTP3 to HTTP (#3819)
This commit is contained in:
@@ -650,7 +650,7 @@ func (p TransportProtocol) Build() (string, error) {
|
||||
return "mkcp", nil
|
||||
case "ws", "websocket":
|
||||
return "websocket", nil
|
||||
case "h2", "http":
|
||||
case "h2", "h3", "http":
|
||||
return "http", nil
|
||||
case "grpc", "gun":
|
||||
return "grpc", nil
|
||||
|
Reference in New Issue
Block a user