You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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]>
0 commit comments