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 Serde #71

Merged
merged 4 commits into from
Nov 14, 2022
Merged

Fix Serde #71

merged 4 commits into from
Nov 14, 2022

Conversation

zunda-arrow
Copy link
Collaborator

@zunda-arrow zunda-arrow commented Nov 13, 2022

This PR fixes numerous bugs with flare.internal.serde.Serde

  • Cookies can now end in ESC
  • No more problems if a string is \\\x82
  • Probably other things

closes #66

Copy link
Member

@hypergonial hypergonial left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@zunda-arrow
Copy link
Collaborator Author

I just realized I didn't test what happens with an empty string

@zunda-arrow
Copy link
Collaborator Author

Empty string work fine! Its ready to merge.

@zunda-arrow zunda-arrow merged commit 5174326 into brazier-dev:main Nov 14, 2022
@zunda-arrow zunda-arrow deleted the bug/fix-serde branch November 14, 2022 03:00
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.

Cookies that end with \ don't deserialize properly
2 participants