mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
This commit updates the request FSM to resolve deep futures to ensure that retried synchronous requests are waited on correctly and produce side-effects when expected. Previously the results of a retried request were not being properly brought up to the outermost layer when a client was attempting to dereference a future because the request was not a future request. Adding a way to get the number of retries to events