fix missing comma in splithttp zh example

pull/526/head
mmmray 2024-07-02 17:05:28 -05:00
parent 4705e44b75
commit 010048ef4c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ The `SplitHttpObject` 对应传输配置的 `splithttpSettings` 项。
"host": "xray.com",
"headers": {
"key": "value"
}
},
"maxUploadSize": 1000000,
"maxConcurrentUploads": 10
}