Closed Burgyn closed 4 years ago
Fixed #76
Incorrect schema was given when Kubernetes service discovery provider is used.
Scheme is discovered as followed:
DownstreamScheme
NullOrEmpty
IServiceDiscoveryProvider
443 => HTTPS
80 => HTTP
Thanks to @Adamantinu
Thanks for opening this pull request! If you have implemented new functions, write about them in the readme file.
Fixed #76
Incorrect schema was given when Kubernetes service discovery provider is used.
Scheme is discovered as followed:
DownstreamScheme
is used if is notNullOrEmpty
IServiceDiscoveryProvider
is used if is notNullOrEmpty
443 => HTTPS
and80 => HTTP
Thanks to @Adamantinu