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

Check version + decode compressed errors over HTTP #792

Merged
merged 6 commits into from
Oct 20, 2022
Merged

Conversation

gingerwizard
Copy link
Collaborator

@gingerwizard gingerwizard commented Oct 20, 2022

Closes #727

Addresses two issues:

  1. Prints an error and warns the user if the client is an unsupported version @Ryado.
  2. Ensures errors are decompressed on HTTP - previously, if they were lz4 or zstd they wouldn't be decompressed and users would get a poor error.

@gingerwizard gingerwizard merged commit b92bc86 into main Oct 20, 2022
@gingerwizard gingerwizard deleted the embed_version branch October 20, 2022 19:33
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.

Safety: error out on unsupported server versions
2 participants