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

Fix event size restriction #3127

Merged
merged 3 commits into from Apr 16, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/3127.clarification
@@ -0,0 +1 @@
Fix various typos throughout the specification.
turt2live marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion content/client-server-api/_index.md
Expand Up @@ -1447,7 +1447,7 @@ following fields.

### Size limits

The complete event MUST NOT be larger than 65535 bytes, when formatted
The complete event MUST NOT be larger than 65536 bytes, when formatted
turt2live marked this conversation as resolved.
Show resolved Hide resolved
as a [PDU for the Server-Server
protocol](/server-server-api/#pdus), including any
signatures, and encoded as [Canonical
Expand Down