Skip to content

[1.x] Ensure connection close handler is cleaned up for each request#515

Merged
SimonFrings merged 1 commit into
reactphp:1.xfrom
WyriHaximus-labs:1.x-ensure-connection-close-handler-cleanup
Mar 12, 2024
Merged

[1.x] Ensure connection close handler is cleaned up for each request#515
SimonFrings merged 1 commit into
reactphp:1.xfrom
WyriHaximus-labs:1.x-ensure-connection-close-handler-cleanup

Conversation

@WyriHaximus

Copy link
Copy Markdown
Member

This changeset resolves a small memory leak that causes roughly 1KB per connection tops. Which isn't a big issue but will make memory fluctuate more. The changeset doesn't introduce any performance degradation.

Resolves: #514
Builds on top of: #405, #467, and many others

@WyriHaximus WyriHaximus added this to the v1.10.0 milestone Feb 19, 2024
@WyriHaximus WyriHaximus force-pushed the 1.x-ensure-connection-close-handler-cleanup branch 2 times, most recently from 4dfc331 to 07c80be Compare February 19, 2024 16:57
This changeset resolves a small memory leak that causes roughly 1KB per connection tops. Which isn't a big issue but will make memory fluctuate more. The changeset doesn't introduce any performance degradation.

Resolves: reactphp#514
Builds on top of: reactphp#405, reactphp#467, and many others
@WyriHaximus WyriHaximus force-pushed the 1.x-ensure-connection-close-handler-cleanup branch from 07c80be to 638c5dd Compare March 8, 2024 15:11
@clue clue removed the maintenance label Mar 12, 2024

@clue clue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@WyriHaximus Let's get this shipped! :shipit:

@SimonFrings SimonFrings left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

👍

@SimonFrings SimonFrings merged commit 33a0cf3 into reactphp:1.x Mar 12, 2024
@WyriHaximus WyriHaximus deleted the 1.x-ensure-connection-close-handler-cleanup branch March 12, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants