Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry wsarecv: An existing connection was forcibly closed by the remote host. #2916

Merged
merged 4 commits into from
Mar 2, 2025

Conversation

adreed-msft
Copy link
Member

Description

Quick alteration of the retry function to check for platform-specific retriable errors, such as the target of this PR.

  • Feature / Bug Fix: Adds a catch in to retry when receiving the wsarecv: An existing connection was forcibly closed by the remote host. error, as reported by stgexp

  • Related Links:

  • ADO ID: 28623107

  • Teams thread: StgExp sync

Type of Change

  • Bug fix
  • New feature
  • Documentation update required
  • Code quality improvement
  • Other (describe):

How Has This Been Tested?

Tests both passing in the raw windows.WSAECONNRESET and a stringified version of the error to catch odd ends.

@adreed-msft adreed-msft merged commit f4b897e into main Mar 2, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants