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

Aborting pausing send when connection is marked for closing. #12428

Closed
wants to merge 1 commit into from

Conversation

dkarpov1970
Copy link

This handles cases of some bi-directional "upgrade" scenarios (i.e. WebSockets) where sending is paused until some "upgrade" handshake is completed, but server rejects the handshake and closes the connection.

This handles cases of some bi-directional "upgrade" scenarios
(i.e. WebSockets) where sending is paused until some "upgrade"
handshake is completed, but server rejects the handshake and
closes the connection.
@dkarpov1970
Copy link
Author

I don't think that the "AppVeyor / CMake, mingw-w64, gcc 13, Debug, x64, Schannel, Static, Unicode, Unity " test failure is real.
Seems like some false positive as I don't see how my very minor change could do such failure.
Unfortunately, I don't know how to get more details about what was causing the failure.

@bagder
Copy link
Member

bagder commented Nov 30, 2023

Don't be alarmed by the red CI build(s), that's just due to flaky/bad environments and not because of any flaw in your PR. Ignore them.

@bagder
Copy link
Member

bagder commented Nov 30, 2023

Thanks!

@bagder bagder closed this in 6a0dc7c Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants