tower-rs / tower-http

HTTP specific Tower utilities.
675 stars 156 forks source link

fs: Simplify maybe_redirect_or_append_path #440

Closed jplatte closed 6 months ago

jplatte commented 9 months ago

Follow-up to #421. Would be nice if we could do a small patch release once this is in.

Motivation

Makes the code easier to understand.

Solution

Some early returns, change order of checks to remove redundant return values.