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

[ws server]: check length of response before sending it via soketto #536

Closed
Tracked by #492
niklasad1 opened this issue Oct 20, 2021 · 2 comments
Closed
Tracked by #492

Comments

@niklasad1
Copy link
Member

After reading some soketto code I realized that the max_payload_size only applies to the Receiver and not Sender.

Thus, when sending we need to check that the payload doesn't exceeds the max_limit

@dvdplm
Copy link
Contributor

dvdplm commented Oct 20, 2021

Can you add this to the 0.5 tracking issue please?

@niklasad1 niklasad1 mentioned this issue Oct 20, 2021
10 tasks
@niklasad1
Copy link
Member Author

Closed by #553

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

No branches or pull requests

2 participants