Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.58k stars 591 forks source link

Automatic Retries not being used #503

Closed timomeinen closed 7 months ago

timomeinen commented 7 months ago

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 7 months ago

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

ryber commented 7 months ago

property was removed