Skip to content

[Backport release-2.13] Don't retry curl errors for REST#3725

Merged
ihnorton merged 1 commit intorelease-2.13from
backport-3712-to-release-2.13
Dec 8, 2022
Merged

[Backport release-2.13] Don't retry curl errors for REST#3725
ihnorton merged 1 commit intorelease-2.13from
backport-3712-to-release-2.13

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Dec 7, 2022

Backport 8c370ab from #3712

If we received a curl error we should not resubmit the original request. There are some curl errors that can occur after we have received partial results and we might have already deserialized and copied data into the user buffer. Retries resubmit the initial request not accounting for any partial state.


---
TYPE: IMPROVEMENT
DESC: Do not resubmit http requests for curl errors for REST requests
@ihnorton ihnorton merged commit fdd30a1 into release-2.13 Dec 8, 2022
@ihnorton ihnorton deleted the backport-3712-to-release-2.13 branch December 8, 2022 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants