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

Adding getClientHeaders #35

Merged
merged 5 commits into from
Mar 17, 2022
Merged

Adding getClientHeaders #35

merged 5 commits into from
Mar 17, 2022

Conversation

haugli92
Copy link
Contributor

@haugli92 haugli92 commented Oct 6, 2021

I have added so that it is possible to access headers from connections.

@@ -124,6 +124,7 @@ public function __construct(
$this->host = $host;
$this->port = $port;
$this->ipcSocketPath = $ipcSocketPath;
$this->timers = new TimerCollection();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this line moved? Seems to have nothing to do with the headers...

Copy link
Contributor Author

@haugli92 haugli92 Mar 17, 2022

Choose a reason for hiding this comment

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

I added this fix to my fork, to make timers work. Ref #40.
So this change will not make any difference.

@nekudo nekudo merged commit 9c74a41 into bloatless:master Mar 17, 2022
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