Abhishek Gayakwad
Abhishek Gayakwad

Reputation: 582

Apache HttpClient - Retry-After header

Any idea how apache http client handles Retry-After header ? Apache has given default retry handler implementation, but I am not able to see any retry header based logic there. if it does not handles the retry header, whats the proper way to implement it. (date parsing and sleep logic)

Upvotes: 1

Views: 2218

Answers (1)

Abhishek Gayakwad
Abhishek Gayakwad

Reputation: 582

I found following link where we can see sample implementation for handling retry header

https://issues.apache.org/jira/browse/SHINDIG-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

Upvotes: 1

Related Questions