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

Minor internal refactoring to apply server params during request ctor #345

Merged
merged 1 commit into from Jun 14, 2019

Conversation

clue
Copy link
Member

@clue clue commented Jun 14, 2019

This changeset is in preparation for upcoming refactorings to move
unrelated logic out of the parser class to prepare for persistent HTTP
connections in follow-up PR. This changeset does not affect the public
API and happens to improves performance slightly from around 8800 req/s
to 9000 req/s on my machine (best of 5).

Refs #39

@clue clue added this to the v0.8.5 milestone Jun 14, 2019
Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

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

LGTM except one small thing

src/Io/ServerRequest.php Outdated Show resolved Hide resolved
@WyriHaximus WyriHaximus requested a review from jsor June 14, 2019 15:22
This changeset is in preparation for upcoming refactorings to move
unrelated logic out of the parser class to prepare for persistent HTTP
connections in follow-up PR. This changeset does not affect the public
API and happens to improves performance slightly from around 8800 req/s
to 9000 req/s on my machine (best of 5).
@jsor jsor merged commit 809a514 into reactphp:master Jun 14, 2019
@clue clue deleted the headers branch June 15, 2019 08:25
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.

None yet

3 participants