mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
SplitHTTP server: Add noSSEHeader
https://github.com/XTLS/Xray-core/pull/3603#issuecomment-2254968219
This commit is contained in:
parent
59f6685774
commit
60553a6c26
5 changed files with 46 additions and 29 deletions
|
@ -13,6 +13,7 @@ message Config {
|
|||
RandRangeConfig maxConcurrentUploads = 4;
|
||||
RandRangeConfig maxUploadSize = 5;
|
||||
RandRangeConfig minUploadIntervalMs = 6;
|
||||
bool noSSEHeader = 7;
|
||||
}
|
||||
|
||||
message RandRangeConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue