mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-20 04:24:13 +00:00
XHTTP client: Set packet-up as the default mode
(auto) when using TLS
https://t.me/projectXtls/929
This commit is contained in:
parent
2916b1b977
commit
0995fa41fe
@ -281,11 +281,11 @@ func Dial(ctx context.Context, dest net.Destination, streamSettings *internet.Me
|
||||
mode := transportConfiguration.Mode
|
||||
if mode == "" || mode == "auto" {
|
||||
mode = "packet-up"
|
||||
if httpVersion == "2" {
|
||||
if realityConfig != nil {
|
||||
mode = "stream-one"
|
||||
if transportConfiguration.DownloadSettings != nil {
|
||||
mode = "stream-up"
|
||||
}
|
||||
if realityConfig != nil && transportConfiguration.DownloadSettings == nil {
|
||||
mode = "stream-one"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user