-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.0.0
-
Component/s: Options & Configuration
-
None
When merging a set of options.ClientOptions we do not ensure that we copy the error from a given options.ClientOptions which means that errors from ApplyURI are suppressed.
To fix this, check if the err field of an options.ClientOptions instance is non-nil and if so, immediately return the options.ClientOptions with the error before merging.
- is related to
-
GODRIVER-2056 SRV polling is not spawned because options.MergeClientOptions doesn't handle uri properly
- Closed