Reputation: 582
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
Reputation: 582
I found following link where we can see sample implementation for handling retry header
Upvotes: 1