Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] CommonHttpsClient Builder - set timeout correctly (#362)
## Changes The issue was that `makeRequestConfig` was using `timeout` before it was initialized, I have refactored the code to both fix and make it more error proof in the future ## Tests Not possible to write UT for this as its too encapsulated, will need major refactors to be able to test via UT Co-authored-by: hectorcast-db <[email protected]>
- Loading branch information