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

Change ignore trailing slash behavior #249

Merged

Conversation

ivan-tymoshenko
Copy link
Collaborator

I changed ignoring trailing slash behavior. Instead of creating two duplicated routes (with slash and without), it just removes the trailing slash. Performance is the same, but it's much easier to maintain. It will affect the routes field. There will be only one trimmed route instead of two. The route field should be used only for debugging, so I don't know if it's a breaking change.

Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@mcollina mcollina requested a review from delvedor April 12, 2022 21:01
@mcollina
Copy link
Collaborator

I don't see this as a breaking change.

@mcollina mcollina merged commit 41585e0 into delvedor:main Apr 17, 2022
@ivan-tymoshenko ivan-tymoshenko deleted the change-ignore-trailing-slash-behavior branch April 25, 2022 20:08
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.

None yet

2 participants