Skip to content

Conversation

@HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR is a followup of #41942 that does substring(1) to remove the leading slash so it makes it relative parts from URI. Otherwise, it can end up with having double slashes in the middle.

Why are the changes needed?

To avoid having unnecessary double slashes ... and save one byte :-)

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manually tested. It's really trivial.

@github-actions github-actions bot added the CORE label Jul 18, 2023
@HyukjinKwon
Copy link
Member Author

Merged to master and branch-3.5.

HyukjinKwon added a commit that referenced this pull request Jul 18, 2023
### What changes were proposed in this pull request?

This PR is a followup of #41942 that does `substring(1)` to remove the leading slash so it makes it relative parts from URI. Otherwise, it can end up with having double slashes in the middle.

### Why are the changes needed?

To avoid having unnecessary double slashes  ... and save one byte :-)

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manually tested. It's really trivial.

Closes #42051 from HyukjinKwon/minor-change.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
@HyukjinKwon HyukjinKwon deleted the minor-change branch January 15, 2024 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants