Skip to content

Split files #75

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

Merged
merged 10 commits into from
Mar 26, 2020
Merged

Split files #75

merged 10 commits into from
Mar 26, 2020

Conversation

yoshuawuyts
Copy link
Member

@yoshuawuyts yoshuawuyts commented Mar 25, 2020

Split server.rs and client.rs into separate encoder / decoders for each. Additionally refactored the server encoder loop from a match / break state machine into separate functions. Reviewing this patch is probably best done on a per-commit basis.

This is prep work to further drill down into our out of bound reads issues which I'm still running into. Thanks!

Copy link
Collaborator

@rylev rylev left a comment

Choose a reason for hiding this comment

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

General structure looks good. I didn't go through the chunked encoding with a fine tooth comb, but the structure looks good

@yoshuawuyts yoshuawuyts merged commit 5b9e6ca into master Mar 26, 2020
@yoshuawuyts yoshuawuyts deleted the split-files branch March 26, 2020 14:20
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