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

implement proper protocol versioning #5

Open
babymotte opened this issue Jan 16, 2023 · 0 comments
Open

implement proper protocol versioning #5

babymotte opened this issue Jan 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@babymotte
Copy link
Owner

Client and server must negotiate a protocol version to use during the handshake. The Client send a handshake request on connection giving a list a protocol versions it supports.
The server picks the latest protocol version it supports and includes it in its handshake response. If the server does not support any of the requested protocol versions it must send an error instead of a handshake response.
Messages exchanged between the server and client must then all conform to the negotiated protocol version.

@babymotte babymotte added the enhancement New feature or request label Jan 16, 2023
@babymotte babymotte self-assigned this Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant