Dynatrace / openkit-java

OpenKit Java Reference Implementation
Apache License 2.0
35 stars 34 forks source link

Fixing bug related to HttpURLConnection retry on connection failure #179

Closed Kavindu-Dodan closed 5 years ago

Kavindu-Dodan commented 5 years ago

This commit introduces an Interface which provide HttpURLConnection wrapper which can be implemented with specific choices. Unit tests were changed to reflect the improvement