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

update max frame size on receiving SETTINGS frame from peer #157

Merged
merged 3 commits into from
Jan 6, 2021

Conversation

sankarcheppali
Copy link
Contributor

Currently the framer max_frame_size is not being updated as reported in 151. This PR tries fix that

@coveralls
Copy link

coveralls commented Nov 11, 2020

Coverage Status

Coverage increased (+0.04%) to 97.313% when pulling 601f26e on sankarcheppali:update_max_frame_size into a9cde3c on igrigorik:master.

Copy link
Owner

@igrigorik igrigorik left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution! Overall, looks great.

Q: should there be a min/max boundary check?

@sankarcheppali
Copy link
Contributor Author

Thank you for the contribution! Overall, looks great.

Q: should there be a min/max boundary check?

Cool. We are already doing a check with validate_settings before accepting the remote settings. We could add one more check in framer if you feel that is required

@igrigorik
Copy link
Owner

Ah, good point! No, should be good. Ready to merge, or do you have anything else pending?

@sankarcheppali
Copy link
Contributor Author

We are good to merge 👍

@igrigorik igrigorik merged commit e08e605 into igrigorik:master Jan 6, 2021
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.

3 participants