mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
SplitHTTP server: add ok padding (#3614)
This commit is contained in:
parent
4c82ef8a1b
commit
4b7947cca9
5 changed files with 80 additions and 43 deletions
|
@ -14,6 +14,7 @@ message Config {
|
|||
RandRangeConfig scMaxEachPostBytes = 5;
|
||||
RandRangeConfig scMinPostsIntervalMs = 6;
|
||||
bool noSSEHeader = 7;
|
||||
RandRangeConfig responseOkPadding = 8;
|
||||
}
|
||||
|
||||
message RandRangeConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue