SplitHTTP server: Add noSSEHeader

https://github.com/XTLS/Xray-core/pull/3603#issuecomment-2254968219
This commit is contained in:
RPRX 2024-07-29 06:32:04 +00:00 committed by GitHub
parent 59f6685774
commit 60553a6c26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 46 additions and 29 deletions

View file

@ -13,6 +13,7 @@ message Config {
RandRangeConfig maxConcurrentUploads = 4;
RandRangeConfig maxUploadSize = 5;
RandRangeConfig minUploadIntervalMs = 6;
bool noSSEHeader = 7;
}
message RandRangeConfig {