Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SplitHTTP: Fix wrong config deserialization (#3610)
Testing was conducted only using explicit parameters, and using testsuite. However, when the parameters are not explicitly set in JSON config, it seems that `c.MaxUploadSize` will contain `RandRangeConfig { From: 0, To: 0 }` instead of `nil`, which breaks upload entirely.
- Loading branch information