fix missing comma in splithttp zh example
parent
4705e44b75
commit
010048ef4c
|
@ -21,7 +21,7 @@ The `SplitHttpObject` 对应传输配置的 `splithttpSettings` 项。
|
||||||
"host": "xray.com",
|
"host": "xray.com",
|
||||||
"headers": {
|
"headers": {
|
||||||
"key": "value"
|
"key": "value"
|
||||||
}
|
},
|
||||||
"maxUploadSize": 1000000,
|
"maxUploadSize": 1000000,
|
||||||
"maxConcurrentUploads": 10
|
"maxConcurrentUploads": 10
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue