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

Naive attempt to implement keepalive connections #132

Closed
wants to merge 6 commits into from

Conversation

someniatko
Copy link

This merge request is not meant to be merged straight away, but to be reviewed and to get advices how to move forward


private function tryReuseAliveConnection($uri)
{
return $this->aliveConnections[$uri];
Copy link
Author

Choose a reason for hiding this comment

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

there was a check for ConnectionInterface#isWritable() but then i realized $this->aliveConnections is actually an array of Promises.

@WyriHaximus WyriHaximus changed the title Naive attempt to implement keepalive connections [WIP] Naive attempt to implement keepalive connections May 8, 2018
@WyriHaximus WyriHaximus changed the title [WIP] Naive attempt to implement keepalive connections Naive attempt to implement keepalive connections May 8, 2018
@clue
Copy link
Member

clue commented Jul 12, 2020

Again thanks for bringing this up! I have to close this one as per #152 now that future development will focus on https://github.com/reactphp/http instead. If you feel this makes sense to port over, please file a new PR over in the new repo and I'm happy to help review this 👍

I've migrated the feature request to reactphp/http#39.

@clue clue closed this Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants