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

Tentative fix for the HTTP client connection state assertion failures #272

Merged
merged 2 commits into from
May 14, 2022

Conversation

zah
Copy link
Contributor

@zah zah commented May 12, 2022

I've traced the problem to a HTTP connection being closed while there
are outstanding requests that still go through the motions (the crash
occurs when a requests reaches its finish processing step, but it
was already put in a Closed state by the connection that owns it).

I've traced the problem to a HTTP connection being closed while there
are outstanding requests that still go through the motions (the crash
occurs when a requests reaches its `finish` processing step, but it
was already put in a Closed state by the connection that owns it).
@zah zah force-pushed the fix-http-assert branch from c8fc4bd to 30b31fc Compare May 12, 2022 16:36
@zah zah merged commit 875d7d8 into master May 14, 2022
@zah zah deleted the fix-http-assert branch May 14, 2022 08:08
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