Skip to content

we don't need to serialize destroy #12

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

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

jbr
Copy link
Member

@jbr jbr commented Aug 3, 2020

if the record is being serialized, destroy should be false (because destroy is an ephemeral flag on session that tells the host application to remove the session from the store).

this avoids addressing an issue with serde's serialization of atomicbool on arm arch and closes http-rs/tide#673

if the record is being serialized, destroy should be false
@jbr jbr requested review from Fishrock123 and yoshuawuyts August 3, 2020 17:06
@jbr jbr merged commit 4c67a95 into http-rs:master Aug 3, 2020
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.

tide 0.13.0 doesn't compile in linux-arm
2 participants