XHTTP client: Add gRPC header to "stream-up" mode by default (#4042)

""Breaking"": Client uses "stream-up" mode by default when using **TLS H2** or REALITY
This commit is contained in:
RPRX 2024-11-21 05:45:49 +00:00 committed by GitHub
parent 0a252ac15d
commit 817fa72874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 62 additions and 41 deletions

View file

@ -20,6 +20,7 @@ message Config {
Multiplexing xmux = 9;
xray.transport.internet.StreamConfig downloadSettings = 10;
string mode = 11;
bool noGRPCHeader = 12;
}
message RandRangeConfig {