Project

Profile

Help

Issue #4434

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1819":https://github.com/pulp/pulpcore/issues/1819 




 ---- 


 @gmbnomis pointed out with [this comment](https://github.com/pulp/pulp/pull/3826#pullrequestreview-197756794) that a ClientResponseError cannot continue to the next Remote in some cases. 

 We need to only try additional Remotes if the ClientResponseError is experienced before any data has been streamed to the client. 

 

Back