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

feat(ws): allow setting max frame size. #439

Closed
wants to merge 1 commit into from

Conversation

bjones1
Copy link

@bjones1 bjones1 commented May 23, 2024

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated.
    I don't see any tests for the module in question, so this was skipped.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the nightly rustfmt (cargo +nightly fmt).

Overview

This PR allows changing the maximum frame size when receiving websocket data. Without this, there's no way to change the default size (64 KB).

@bjones1 bjones1 marked this pull request as ready for review May 23, 2024 00:34
@bjones1
Copy link
Author

bjones1 commented May 23, 2024

Looks like there's some overlap between this PR and the approach in #430.

@bjones1
Copy link
Author

bjones1 commented May 29, 2024

Closing in favor of a more complete implementation in #430.

@bjones1 bjones1 closed this May 29, 2024
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.

None yet

1 participant