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 URL-Encoding in Path applied twice #56

Merged
merged 2 commits into from
Feb 24, 2024

Conversation

darkecho731
Copy link
Contributor

closes #55

src/api.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@Haennetz Haennetz 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 your Fix, and sorry for the delayed review
I think the solution I provided would be more efficient then the current implementation, because we don't need to convert the path segments in new Vec.

src/api.rs Show resolved Hide resolved
src/api.rs Outdated Show resolved Hide resolved
tests/kv2.rs Outdated Show resolved Hide resolved
@Haennetz
Copy link
Collaborator

Also, please rebase your branch

@darkecho731 darkecho731 force-pushed the fix_double_url_encoding branch from f483efa to 6d0e877 Compare February 24, 2024 16:09
@darkecho731
Copy link
Contributor Author

Hi, I have implemented the proposed changes.

@Haennetz Haennetz merged commit 72375e6 into jmgilman:master Feb 24, 2024
7 checks passed
@Haennetz
Copy link
Collaborator

Thanks the fix will be included in the next release.

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.

URL-Encoding in Path is applied twice
2 participants