0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Transport: Add HTTP3 to HTTP (#3819)

This commit is contained in:
yuhan6665
2024-09-25 21:29:41 -04:00
committed by GitHub
parent 7086d286be
commit 3632e83faa
5 changed files with 316 additions and 128 deletions

View File

@ -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