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

zombie stream keeps libuv loop alive in some cases #181

Closed
wants to merge 1 commit into from

Conversation

jthomas43
Copy link
Contributor

fix use a circular linked list queue for stream in-flight and retransmit queues. the changes were cherry picked from the rack fix branch.

this should fix a bug where a stream is not ended and closed due to NULL's in the udx-fifo retransmit queue. The stream would be kept alive since it appears that the stream still has packets to retransmit, actually the packets were SACKed.

…queues. should fix a bug where a stream is not ended and closed due to NULL's in the udx-fifo retransmit queue
@mafintosh
Copy link
Contributor

lets land this one

@mafintosh mafintosh closed this May 24, 2024
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