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

Send UUIDv1 session IDs to legacy servers. #2969

Merged
merged 1 commit into from
Sep 11, 2019
Merged

Conversation

russjones
Copy link
Contributor

Description

Before establishing a session, request the server version.

If the server replies false, that means it does not support that request type and is an older server version which needs UUIDv1 format session IDs. Otherwise send UUIDv4 session IDs.

Related Issues

Fixes #2961

Before establishing a session, request the server version. If the server
replies false, that means it does not support that request type and is
an older server version which needs UUIDv1 format session IDs.
lib/client/api.go Show resolved Hide resolved
@russjones russjones merged commit 6f96595 into master Sep 11, 2019
@russjones russjones deleted the rjones/fix-uuid branch September 11, 2019 20:50
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.

error: EOF
3 participants