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

Synchronize internally merged commits #246

Merged
merged 11 commits into from
May 24, 2024
Merged

Conversation

drcaramelsyrup
Copy link
Contributor

No description provided.

eaufavor and others added 11 commits May 16, 2024 00:21
There is still a bug but change to this to help debug.
It is possible that when two threads try to release streams of the same
h2 connection, one thread would register the connection in the in_use_pool
while the other register it in the idle_pool.

The solution is to put a lock so that the connection can only appear in
one pool at a time.
---
Fixed formatting

Includes-commit: 05f9754
Includes-commit: 29286c7
Replicated-from: #239
@eaufavor eaufavor self-requested a review May 24, 2024 16:54
@drcaramelsyrup drcaramelsyrup merged commit 479d9ba into main May 24, 2024
3 checks passed
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.

6 participants