Skip to content
New issue

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

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

Already on GitHub? # to your account

Update HttpSysDelegator to support detaching from and re-initializing queues when the http.sys queue no longer exists #2426

Merged

Conversation

NGloreous
Copy link
Contributor

This PR fixes #2425 by detaching and attempting to re-attach to destination queues when an ERROR_OBJECT_NO_LONGER_EXISTS error is received when attempting to delegate requests.

… queues when the http.sys queue no longer exists
Copy link
Member

@MihaZupan MihaZupan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@MihaZupan MihaZupan added this to the v.Next milestone Mar 5, 2024
@MihaZupan MihaZupan enabled auto-merge (squash) March 5, 2024 05:50
@MihaZupan MihaZupan merged commit 55b639a into dotnet:main Mar 5, 2024
7 checks passed
@MihaZupan MihaZupan modified the milestones: v.Next, YARP 2.2.0-preview1 May 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Http.sys delegation should handle ERROR_OBJECT_NO_LONGER_EXISTS and try to re-attach to the queue
2 participants