When using the same curl object to make multiple requests, the retry_after value is not reset before the request while all others from PureInfo are reset correctly. If some responses have retry-after header but some responses do not, the responses without retry-after header will carry the retry-after value from previous request/response.
The patch attached.
The text was updated successfully, but these errors were encountered:
joey-us
changed the title
retry_after value is not reset crossing multiple request for the same curl object
retry_after value is not reset crossing multiple requests for the same curl object
Jul 8, 2020
When using the same curl object to make multiple requests, the retry_after value is not reset before the request while all others from PureInfo are reset correctly. If some responses have retry-after header but some responses do not, the responses without retry-after header will carry the retry-after value from previous request/response.
The patch attached.
curl-retry-after.patch.txt
The text was updated successfully, but these errors were encountered: