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: use impl Into<Cookie> #2348

Merged
merged 2 commits into from
Nov 24, 2023
Merged

fix: use impl Into<Cookie> #2348

merged 2 commits into from
Nov 24, 2023

Conversation

mseele
Copy link
Contributor

@mseele mseele commented Nov 24, 2023

closes #2347

Copy link
Member

@jplatte jplatte left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

This only modifies CookieJar, but I think PrivateCookieJar and SignedCookieJar have the same methods, right?

Finally a small note, if you start working on a help-wanted issue, I would recommend leaving a comment on the issue first to let others know you're working on it, to avoid duplicate work.

axum-extra/CHANGELOG.md Outdated Show resolved Hide resolved
@mseele
Copy link
Contributor Author

mseele commented Nov 24, 2023

Thanks for pointing out that PrivateCookieJar and SignedCookieJar should also be refactored, I've updated them.

And sorry for not noting that I'm working on a PR. Just saw the issue and jumped right in. Will to that next time 👍

@jplatte jplatte merged commit e3d34bb into tokio-rs:main Nov 24, 2023
18 checks passed
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.

Use impl Into<Cookie>
2 participants