Kong/unirest-java

Automatic Retries not being used

timomeinen opened this issue · 2 comments

The automaticRetries(boolean) configuration still exists, but I do not see any usage of it in the code. Does the Auto-Retry mechanism still works with Java HTTP Client?

ryber commented

yea, looks like there is no similar setting in the Java client. I'm removing the config.

ryber commented

property was removed