Closed KAllan357 closed 8 years ago
This is why my tests that previously worked started failing: a new cleanhttp.DefaultTransport() was created and configured but never set to the httpClient
cleanhttp.DefaultTransport()
httpClient
Discussion here https://github.com/myENA/consul-backinator/pull/16; fixes a bug in 49feddf0f945afe7f7e87a07dbb2fe64a50a8ca1
cc @leprechau
Great catch, that is indeed a miss. Thanks again.
This is why my tests that previously worked started failing: a new
cleanhttp.DefaultTransport()
was created and configured but never set to thehttpClient